We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ec1c6 commit b11c758Copy full SHA for b11c758
2 files changed
all.test.ts
@@ -0,0 +1 @@
1
+import 'functionalscript/fs/emergent_testing/all.test.js'
package.json
@@ -18,7 +18,7 @@
18
"test": "tsc && fjs t",
19
"start": "fjs r ./server.f.ts",
20
"update": "fjs i",
21
- "cov": "node --test --experimental-test-coverage --test-coverage-include=**/server.f.ts"
+ "cov": "node --test --experimental-test-coverage --test-coverage-include=**/*.f.ts"
22
},
23
"dependencies": {
24
"functionalscript": "^0.26.0"
0 commit comments