diff --git a/packages/@lwc/integration-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html b/packages/@lwc/integration-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html index 0df4ddecff..863a84e5a9 100644 --- a/packages/@lwc/integration-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html +++ b/packages/@lwc/integration-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/packages/@lwc/integration-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html b/packages/@lwc/integration-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html index b53700e8b4..555b5177c3 100644 --- a/packages/@lwc/integration-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html +++ b/packages/@lwc/integration-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/packages/@lwc/integration-karma/test/template-expressions/smoke-test/x/test/test.html b/packages/@lwc/integration-karma/test/template-expressions/smoke-test/x/test/test.html index 7ec1c634d0..566bc15e1c 100644 --- a/packages/@lwc/integration-karma/test/template-expressions/smoke-test/x/test/test.html +++ b/packages/@lwc/integration-karma/test/template-expressions/smoke-test/x/test/test.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/packages/@lwc/integration-not-karma/configs/integration.js b/packages/@lwc/integration-not-karma/configs/integration.js index d5dca29198..a86c4ce845 100644 --- a/packages/@lwc/integration-not-karma/configs/integration.js +++ b/packages/@lwc/integration-not-karma/configs/integration.js @@ -17,12 +17,6 @@ export default { // Implement objectContaining / arrayWithExactContents '!test/profiler/mutation-logging/index.spec.js', - - // Broken in CI? - '!test/lwc-on/index.spec.js', - '!test/api/sanitizeAttribute/index.spec.js', - '!test/template-expressions/errors/index.spec.js', - '!test/template-expressions/smoke-test/index.spec.js', ], plugins: [ ...baseConfig.plugins, diff --git a/packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js b/packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js index e55ca0903a..d62d43e081 100644 --- a/packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js +++ b/packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js @@ -10,7 +10,7 @@ import Rerender from 'x/rerender'; import RerenderLoop from 'x/rerenderLoop'; import PublicProp from 'x/publicProp'; import ComputedKey from 'x/computedKey'; -import ValueEvaluationThrows from 'x/ValueEvaluationThrows'; +import ValueEvaluationThrows from 'x/valueEvaluationThrows'; import { jasmine } from '../../helpers/jasmine.js'; import { spyConsole } from '../../helpers/console.js'; import { catchUnhandledRejectionsAndErrors } from '../../helpers/utils.js'; diff --git a/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html b/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html index 0df4ddecff..863a84e5a9 100644 --- a/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html +++ b/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/throwDuringCallChild/throwDuringCallChild.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html b/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html index b53700e8b4..555b5177c3 100644 --- a/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html +++ b/packages/@lwc/integration-not-karma/test/template-expressions/errors/x/undefinedMemberExpressionObjChild/undefinedMemberExpressionObjChild.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/packages/@lwc/integration-not-karma/test/template-expressions/smoke-test/x/test/test.html b/packages/@lwc/integration-not-karma/test/template-expressions/smoke-test/x/test/test.html index 7ec1c634d0..566bc15e1c 100644 --- a/packages/@lwc/integration-not-karma/test/template-expressions/smoke-test/x/test/test.html +++ b/packages/@lwc/integration-not-karma/test/template-expressions/smoke-test/x/test/test.html @@ -1,3 +1,3 @@ \ No newline at end of file