We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371032d commit c47a44dCopy full SHA for c47a44d
packages/@lwc/integration-not-karma/configs/plugins/serve-hydration.js
@@ -135,7 +135,7 @@ async function wrapHydrationTest(configPath) {
135
136
return `
137
import * as LWC from 'lwc';
138
- import { runTest } from '/helpers/test-hydrate.js';
+ import { runTest } from '/configs/plugins/test-hydration.js';
139
runTest(
140
'/${configPath}?original=1',
141
'/${componentEntrypoint}',
…ration-not-karma/helpers/test-hydrate.js …-karma/configs/plugins/test-hydration.jspackages/@lwc/integration-not-karma/helpers/test-hydrate.js renamed to packages/@lwc/integration-not-karma/configs/plugins/test-hydration.js
@@ -1,6 +1,6 @@
1
2
-import { spyConsole } from './console';
3
-import { setHooks } from './hooks';
+import { spyConsole } from '../../helpers/console';
+import { setHooks } from '../../helpers/hooks';
4
5
setHooks({ sanitizeHtmlContent: (content) => content });
6
0 commit comments