This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bertieb
/
dice-roller
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Update test paths
tags/v0.1.3
bertieb
3 years ago
parent
75385132a9
commit
2f032f5c37
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+0
-0
src/ts/test/test-dice.spec.ts
+ 1
- 1
package.json
View File
@@ -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
View File
Write
Preview
Loading…
Cancel
Save