瀏覽代碼

Update test paths

tags/v0.1.3
bertieb 3 年之前
父節點
當前提交
2f032f5c37
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      package.json
  2. +0
    -0
      src/ts/test/test-dice.spec.ts

+ 1
- 1
package.json 查看文件

@@ -18,6 +18,6 @@
"ts-node": "^9.1.1"
},
"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 查看文件


Loading…
取消
儲存