We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20f9e1 commit 79e2064Copy full SHA for 79e2064
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