Skip to content

Commit 54ba369

Browse files
committed
Convert tests to TypeScript
Still broken
1 parent dc0bcd4 commit 54ba369

4 files changed

Lines changed: 235 additions & 228 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"start": "tsdx watch",
2929
"build": "tsdx build",
30-
"test": "tsdx test",
30+
"test": "tsdx test --env=node",
3131
"lint": "tsdx lint"
3232
},
3333
"peerDependencies": {},
@@ -43,11 +43,13 @@
4343
"trailingComma": "all"
4444
},
4545
"devDependencies": {
46+
"@types/fs-extra": "^8.0.0",
4647
"@types/jest": "^24.0.18",
4748
"@types/webpack": "^4.39.2",
4849
"husky": "^3.0.8",
4950
"tsdx": "^0.9.3",
5051
"tslib": "^1.10.0",
51-
"typescript": "^3.6.3"
52+
"typescript": "^3.6.3",
53+
"webpack": "^4.41.0"
5254
}
5355
}

test/index.integration.spec.js

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)