Skip to content

Commit

Permalink
Tests working with ora
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Nov 10, 2024
1 parent 2f8ec4c commit fa6a2b3
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 752 deletions.
9 changes: 9 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default {
transform: {
"^.+\\.js$": ["babel-jest", { presets: ["@babel/preset-env"] }],
},
moduleNameMapper: {
"^(\\.{1,2}/.*)\\.js$": "$1",
},
transformIgnorePatterns: [], // Remove the ignore pattern to transform all modules
};
Loading

0 comments on commit fa6a2b3

Please sign in to comment.