Browse Source

Update test paths

tags/v0.1.3
bertieb 3 years ago
parent
commit
2f032f5c37
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json
  2. +0
    -0
      src/ts/test/test-dice.spec.ts

+ 1
- 1
package.json View File

@@ -18,6 +18,6 @@
"ts-node": "^9.1.1" "ts-node": "^9.1.1"
}, },
"scripts": { "scripts": {
"test": "mocha -r ts-node/register ./**/*.spec.ts"
"test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
} }
} }

test/test-dice.spec.ts → src/ts/test/test-dice.spec.ts View File


Loading…
Cancel
Save