Skip to content

Commit

Permalink
change tests to test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chestercharles committed Apr 17, 2020
1 parent 915ad91 commit 74c305f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc --emitDeclarationOnly && mv src/index.d.ts index.d.ts && npx babel src --extensions \".ts\" --out-dir .",
"clean": "rm -rf index.*",
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
"prepublish": "npm run clean && npm run build"
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 74c305f

Please sign in to comment.