Config setup for jest testing
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
||||
"test": "jest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"svelte": "^3.44.0"
|
||||
|
||||
Reference in New Issue
Block a user