Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 5559fc4

Browse files
author
Julien Veyssier
committed
fix tests when no tests ;-)
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent f35f528 commit 5559fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint --ext .js,.vue src --fix",
1919
"stylelint": "stylelint src",
2020
"stylelint:fix": "stylelint src --fix",
21-
"test": "jest",
21+
"test": "jest --passWithNoTests",
2222
"test:coverage": "jest --coverage",
2323
"docs:dev": "vuepress dev docs",
2424
"docs:build": "vuepress build docs"

0 commit comments

Comments
 (0)