Skip to content

Commit

Permalink
polyfill test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed Apr 18, 2024
1 parent e63d835 commit 41b13cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const config: Config.InitialOptions = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
// setupFilesAfterEnv: ['./setup-jest.js'],
setupFilesAfterEnv: ['./setup-jest.js'],
};
export default config;
4 changes: 2 additions & 2 deletions frontend/setup-jest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import replaceAllInserter from 'string.prototype.replaceall';
// import replaceAllInserter from 'string.prototype.replaceall';

replaceAllInserter.shim();
// replaceAllInserter.shim();

0 comments on commit 41b13cd

Please sign in to comment.