We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3b6dd commit ce89f24Copy full SHA for ce89f24
jest.config.js
@@ -2,5 +2,6 @@ const path = require("path");
2
const config = require("@patternslib/dev/jest.config.js");
3
4
config.setupFilesAfterEnv.push(path.resolve(__dirname, "./src/setup-tests.js"));
5
+config.moduleNameMapper["@patternslib/patternslib/(.*)"] = "<rootDir>/$1";
6
7
module.exports = config;
0 commit comments