Skip to content

Commit 981eaad

Browse files
committed
Cleanup + tests
1 parent 435b604 commit 981eaad

27 files changed

+2800
-504
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22
.idea
33
dist
4-
*.iml
4+
*.iml
5+
# stryker temp files
6+
.stryker-tmp

.mocharc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extension": ["ts", "tsx"],
3+
"spec": ["test/**/*.test.ts"],
4+
"require": ["./test/init.js"]
5+
}

0 commit comments

Comments
 (0)