Skip to content

Commit c67eee7

Browse files
committed
chore: fix tests
1 parent 2003ebe commit c67eee7

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
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"prepublish": "npm run build",
1313
"build": "tsc",
14-
"test": "npm run lint && tsc && ava tests/**/test.js --serial",
14+
"test": "npm run build && npm run lint",
1515
"lint": "tslint {src,test}/**/*.ts",
1616
"start": "ts-node src/bin.ts"
1717
},

0 commit comments

Comments
 (0)