mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
Fix jest and other test configs from build
This commit is contained in:
@@ -3,6 +3,6 @@ const srcConfig = require("./config.src");
|
||||
module.exports = Object.assign({}, srcConfig, {
|
||||
collectCoverage: false,
|
||||
moduleNameMapper: {
|
||||
"^../src$": `<rootDir>/dist/react-fiber-traverse.esm.js`
|
||||
"^../src$": `<rootDir>/dist/esm/index.js`
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user