Skip to content

Commit 47c99ca

Browse files
committed
Update workflow to pass with no tests
1 parent 5a86307 commit 47c99ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"dev": "rollup -c -w",
1616
"build": "rollup -c",
17-
"test": "jest",
17+
"test": "jest --passWithNoTests",
1818
"lint": "eslint src/**/*.js",
1919
"prepublishOnly": "npm run build"
2020
},

0 commit comments

Comments
 (0)