Skip to content

Commit b77b23f

Browse files
committed
Move tests/ > test/
1 parent 47a67e7 commit b77b23f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"scripts": {
5555
"build": "remark *.md -qfo",
5656
"lint": "xo",
57-
"test-api": "node tests",
58-
"test-coverage": "nyc --reporter lcov tape tests/index.js",
57+
"test-api": "node test",
58+
"test-coverage": "nyc --reporter lcov tape test/index.js",
5959
"test": "npm run build && npm run lint && npm run test-coverage"
6060
},
6161
"nyc": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)