We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d20f9e1 + 79e2064 commit 5a4027eCopy full SHA for 5a4027e
1 file changed
entry_types/scrolled/package/jest.config.js
@@ -26,6 +26,11 @@ module.exports = {
26
27
// Make specs run even if ignored json file is not present
28
".*\\.storybook/seed\\.json$": "<rootDir>/spec/support/fakeSeed.json",
29
+
30
+ // Resolve pageflow subpath imports and internal aliases
31
+ "^pageflow/(.+)$": "<rootDir>/../../../package/src/$1/index.js",
32
+ "^\\$state$": "<rootDir>/../../../package/src/editor/state.js",
33
34
...moduleNameMapper
35
},
36
transform: {
0 commit comments