Skip to content

Commit ca28e60

Browse files
authored
Merge pull request #15 from hypothesis/suppress-package-json-test-errors
Update `scripts.test` field in `package.json` to avoid errors
2 parents 3b0832c + f022323 commit ca28e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-hypothesis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "hypothesis/frontend-toolkit",
88
"main": "index.js",
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "echo \"Warning: no test specified\" && exit 0"
1111
},
1212
"peerDependencies": {
1313
"eslint-plugin-mocha": "^5.2.1",

0 commit comments

Comments
 (0)