Skip to content

Commit

Permalink
restore jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
c8e4 committed Jun 15, 2024
1 parent 9c4dcb9 commit fdb71c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sigma-js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ const config = {
transform: {}, // reduce non-cached test time by about 20x by disabling babel code transformation
moduleDirectories: ["<rootDir>/node_modules"],
moduleNameMapper: {
"sigmastate-js/main": "<rootDir>/node_modules/sigmastate-js/dist/main.js",
"sigmastate-js/main":
"<rootDir>/../sc/js/target/scala-2.13/sc-fastopt/main.js",
},
};

module.exports = config;
};

module.exports = config;

0 comments on commit fdb71c7

Please sign in to comment.