Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit f69a16f

Browse files
committed
Moved source files and test folder to src/ directory, updated src test command
1 parent 71a51f1 commit f69a16f

File tree

7 files changed

+1
-1
lines changed

7 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
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
1212
"lint": "standard",
1313
"prepublishOnly": "npm run lint && npm run test:build",
14-
"test": "mocha ./test/*.js",
14+
"test": "mocha ./src/test/*.js",
1515
"test:build": "npm run build:dist && mocha ./dist/test/*.js",
1616
"build:dist": "babel *.js test/*.js -d dist/"
1717
},
File renamed without changes.
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)