Skip to content

Commit 6c237cf

Browse files
fix(test): added successful empty run in package json
1 parent 8fda8d9 commit 6c237cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/observables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"devDependencies": {},
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "echo \"Error: no test specified\" && exit 0"
1111
},
1212
"author": "",
1313
"license": "MIT"

0 commit comments

Comments
 (0)