Skip to content

Commit c01b78a

Browse files
committed
chore: append spec to tests
1 parent 8256ecb commit c01b78a

File tree

6 files changed

+1
-1
lines changed

6 files 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
"lint": "eslint --ext=js,html src tests examples",
1313
"test": "npm run lint",
14-
"unit": "nyc ava test/*.js",
14+
"unit": "nyc ava test/*.spec.js",
1515
"dev": "npm run unit -- -w",
1616
"prepublishOnly": "npm run build"
1717
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)