Skip to content

Commit 3c0c1a8

Browse files
committed
test(wtr): fix case of import
1 parent fc54f37 commit 3c0c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Rerender from 'x/rerender';
1010
import RerenderLoop from 'x/rerenderLoop';
1111
import PublicProp from 'x/publicProp';
1212
import ComputedKey from 'x/computedKey';
13-
import ValueEvaluationThrows from 'x/ValueEvaluationThrows';
13+
import ValueEvaluationThrows from 'x/valueEvaluationThrows';
1414
import { jasmine } from '../../helpers/jasmine.js';
1515
import { spyConsole } from '../../helpers/console.js';
1616
import { catchUnhandledRejectionsAndErrors } from '../../helpers/utils.js';

0 commit comments

Comments
 (0)