Skip to content

Commit

Permalink
housekeeping: use jest to run webpack bundle tests (via #1438)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
shockey authored Jun 5, 2019
1 parent 2e4986b commit 79f032c
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 557 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ notes/
.DS_Store
.deps_check
test/specmap/data/private
test/webpack-bundle/.tmp
browser

# Automated releases
Expand Down
Loading

0 comments on commit 79f032c

Please sign in to comment.