Skip to content

Commit 79f032c

Browse files
authored
housekeeping: use jest to run webpack bundle tests (via #1438)
* use jest for webpack tests * update lockfile * uninstall @kyleshockey/mocha-webpack * add `test-webpack` to test matchers * fix test-webpack `testMatch` * move webpack tests into main test folder/command * remove obsolete `test:webpack` invocation * fix linter
1 parent 2e4986b commit 79f032c

File tree

5 files changed

+64
-557
lines changed

5 files changed

+64
-557
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ notes/
2020
.DS_Store
2121
.deps_check
2222
test/specmap/data/private
23+
test/webpack-bundle/.tmp
2324
browser
2425

2526
# Automated releases

0 commit comments

Comments
 (0)