Script Cleaning and Fixes (#114)
* organized existing scripts * Delete nodemon.json * exclude test/* from vitest * remove nodemon from package * Update: slight adjustments to package.json and readme * Update: more small changes to readme * Fix: cleanup scripts and start scripts --------- Co-authored-by: JT2M0L3Y <jtsmoley@icloud.com>
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
test: {
|
||||
globals: true, // <-- reduces test file imports
|
||||
coverage: {
|
||||
exclude: [...configDefaults.exclude, 'build/*'], // <-- exclude JS build
|
||||
exclude: [...configDefaults.exclude, 'build/*', 'tests/*'], // <-- exclude JS build
|
||||
reporter: ['text', 'html'] // <-- reports in text, html
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user