forked from Aaron/Kino-Website
changed tests command
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"lint": "eslint .",
|
||||
"test": "jest --coverage --passWithNoTests"
|
||||
"test": "jest --passWithNoTests",
|
||||
"test-coverage": "jest --coverage --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^5.0.4",
|
||||
|
||||
Reference in New Issue
Block a user