Skip to content

Commit

Permalink
fix: additional ESM work related to jest testing
Browse files Browse the repository at this point in the history
* changed all import { gql } statements
* added babel transformer to jandle import.meta.url in jest
* fixed route handling in authentication guard
* fixed jest svg transform
* changed updateProps to rerender in specs
  • Loading branch information
eddieferrer committed May 21, 2024
1 parent 13c0fb3 commit c4b1a9e
Show file tree
Hide file tree
Showing 131 changed files with 65,806 additions and 65,642 deletions.
1 change: 1 addition & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'@babel/preset-env'
],
plugins: [
'babel-plugin-transform-import-meta',
'@babel/plugin-transform-modules-commonjs',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-syntax-import-meta',
Expand Down
Loading

0 comments on commit c4b1a9e

Please sign in to comment.