-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STCOR-551 configure karma for v6 compatibility (#1081)
There are some overlapping things going on here. * `stripes-webpack` supports the new JSX transform that means we shouldn't have to `import React ...` any longer, but BigTest tests fail without it when using `karma` `v4` (from `stripes-cli` `v1.2`). * when using `karma` `v6` (from `stripes-cli` `v1.3`), the karma config directives `files` and `preprocessors` cause test files not be found at all. Bumping the `stripes-cli` dep (so we get `karma` `v6`) and cleaning up `karma.config.js` (so it is `v6` compatible, and more aligned with configs in other repos) allows tests to run as they always did. Phew. Refs STCOR-551
- Loading branch information
Showing
3 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters