Skip to content

Commit c47a44d

Browse files
committed
test(wtr): move and rename file
1 parent 371032d commit c47a44d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/@lwc/integration-not-karma/configs/plugins/serve-hydration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async function wrapHydrationTest(configPath) {
135135

136136
return `
137137
import * as LWC from 'lwc';
138-
import { runTest } from '/helpers/test-hydrate.js';
138+
import { runTest } from '/configs/plugins/test-hydration.js';
139139
runTest(
140140
'/${configPath}?original=1',
141141
'/${componentEntrypoint}',

packages/@lwc/integration-not-karma/helpers/test-hydrate.js renamed to packages/@lwc/integration-not-karma/configs/plugins/test-hydration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as LWC from 'lwc';
2-
import { spyConsole } from './console';
3-
import { setHooks } from './hooks';
2+
import { spyConsole } from '../../helpers/console';
3+
import { setHooks } from '../../helpers/hooks';
44

55
setHooks({ sanitizeHtmlContent: (content) => content });
66

0 commit comments

Comments
 (0)