Skip to content

Commit

Permalink
test: remove extra polyfills only for testing (#2428)
Browse files Browse the repository at this point in the history
Removes the testing polyfills by using jasmine and not jest in the
browser. We were already using jasmine but where overriding those
methods with jest versions which was not needed.

The previous karma setup also used a single entrypoint which meant that
not all integration tests were running because all files were not
imported in integrations/index.ts.

This also eliminates 79 dev dependencies.
  • Loading branch information
ckniffen committed Nov 30, 2023
1 parent 3fb0787 commit 3afa2a9
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 1,821 deletions.
Loading

0 comments on commit 3afa2a9

Please sign in to comment.