Skip to content

Commit 6e31af9

Browse files
committed
test(wtr): fix case in import
mismatched case passes locally, but causes issues in CI
1 parent 136f47b commit 6e31af9

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 { spyConsole } from '../../helpers/console.js';
1515
import { catchUnhandledRejectionsAndErrors } from '../../helpers/utils.js';
1616

0 commit comments

Comments
 (0)