Skip to content

Commit fafb8c7

Browse files
committed
test(wtr): ignore more tests
the test files originally had changes that got reverted
1 parent 03c4a63 commit fafb8c7

File tree

1 file changed

+49
-30
lines changed

1 file changed

+49
-30
lines changed

packages/@lwc/integration-not-karma/web-test-runner.config.mjs

Lines changed: 49 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,51 @@ export default {
2626
// FIXME: These tests are just symlinks to integration-karma for now so the git diff smaller
2727
'test/**/*.spec.js',
2828
// Failing Karma tests that need to be migrated to WTR
29-
'!test/custom-elements-registry/index.spec.js',
30-
'!test/spread/index.spec.js',
31-
'!test/static-content/index.spec.js',
32-
'!test/wire/reactive-params.spec.js',
3329
'!test/accessibility/synthetic-cross-root-aria/index.spec.js',
3430
'!test/api/CustomElementConstructor-getter/index.spec.js',
31+
'!test/api/freezeTemplate/index.spec.js',
32+
'!test/api/getComponentDef/index.spec.js',
3533
'!test/api/isNodeFromTemplate/index.spec.js',
3634
'!test/api/readonly/index.spec.js',
3735
'!test/api/registerTemplate/index.spec.js',
3836
'!test/api/sanitizeAttribute/index.spec.js',
3937
'!test/api/sanitizeHtmlContent/index.spec.js',
40-
'!test/component/LightningElement/index.spec.js',
38+
'!test/component/face-callbacks/index.spec.js',
39+
'!test/component/lifecycle-callbacks/index.spec.js',
4140
'!test/component/LightningElement.addEventListener/index.spec.js',
41+
'!test/component/LightningElement.attachInternals/api/index.spec.js',
42+
'!test/component/LightningElement.attachInternals/elementInternals/formAssociated/index.spec.js',
4243
'!test/component/LightningElement.errorCallback/index.spec.js',
44+
'!test/component/LightningElement.hostElement/index.spec.js',
4345
'!test/component/LightningElement.render/index.spec.js',
44-
'!test/component/lifecycle-callbacks/index.spec.js',
46+
'!test/component/LightningElement.style/index.spec.js',
47+
'!test/component/LightningElement/index.spec.js',
4548
'!test/component/native-vs-synthetic-lifecycle/index.spec.js',
49+
'!test/custom-elements-registry/index.spec.js',
4650
'!test/events/focus-event-related-target/index.spec.js',
4751
'!test/integrations/locker/index.spec.js',
52+
'!test/light-dom/host-pseudo/index.spec.js',
4853
'!test/light-dom/ids/index.spec.js',
54+
'!test/light-dom/lifecycle/index.spec.js',
4955
'!test/light-dom/multiple-templates/index.spec.js',
50-
'!test/light-dom/style-global/index.spec.js',
56+
'!test/light-dom/scoped-slot/if-block/index.spec.js',
57+
'!test/light-dom/scoped-slot/index.spec.js',
58+
'!test/light-dom/scoped-slot/runtime-checks/index.spec.js',
59+
'!test/light-dom/scoped-styles/index.spec.js',
60+
'!test/light-dom/slot-fowarding/slots/duplicates/index.spec.js',
61+
'!test/light-dom/slot-fowarding/slots/forwarding/index.spec.js',
62+
'!test/light-dom/slot-fowarding/slots/reactivity/index.spec.js',
5163
'!test/light-dom/slotting/index.spec.js',
64+
'!test/light-dom/style-global/index.spec.js',
5265
'!test/light-dom/synthetic-shadow-styles/index.spec.js',
53-
'!test/light-dom/host-pseudo/index.spec.js',
54-
'!test/light-dom/scoped-styles/index.spec.js',
66+
'!test/misc/clean-dom/index.spec.js',
67+
'!test/misc/object-rest-spread/index.spec.js',
5568
'!test/mixed-shadow-mode/composed-path/index.spec.js',
5669
'!test/mixed-shadow-mode/reporting/index.spec.js',
5770
'!test/mixed-shadow-mode/synthetic-behavior/index.spec.js',
5871
'!test/native-shadow/Event-methods/Event.composedPath.spec.js',
5972
'!test/polyfills/document-body-properties/index.spec.js',
73+
'!test/polyfills/document-properties/index.spec.js',
6074
'!test/profiler/mutation-logging/index.spec.js',
6175
'!test/profiler/sanity/profiler.spec.js',
6276
'!test/regression/invalid-key/index.spec.js',
@@ -67,43 +81,48 @@ export default {
6781
'!test/rendering/inner-outer-html/index.spec.js',
6882
'!test/rendering/legacy-scope-tokens/index.spec.js',
6983
'!test/rendering/native-only-css/index.spec.js',
84+
'!test/rendering/programmatic-stylesheets/index.spec.js',
7085
'!test/rendering/sanitize-stylesheet-token/index.spec.js',
86+
'!test/rendering/scoped-styles-with-existing-class/index.spec.js',
87+
'!test/rendering/slot-not-at-top-level/element/light/index.spec.js',
88+
'!test/rendering/slot-not-at-top-level/element/shadow/index.spec.js',
89+
'!test/rendering/slot-not-at-top-level/external/light/index.spec.js',
90+
'!test/rendering/slot-not-at-top-level/external/shadow/index.spec.js',
91+
'!test/rendering/slot-not-at-top-level/ifTrue/shadow/index.spec.js',
92+
'!test/rendering/slot-not-at-top-level/lwcIf/light/index.spec.js',
93+
'!test/rendering/slot-not-at-top-level/lwcIf/shadow/index.spec.js',
7194
'!test/rendering/slotting/index.spec.js',
7295
'!test/rendering/stylesheet-caching/index.spec.js',
96+
'!test/rendering/version-mismatch/index.spec.js',
97+
'!test/shadow-dom/event-in-shadow-tree/propagation.spec.js',
98+
'!test/shadow-dom/Event-properties/Event.target.spec.js',
99+
'!test/shadow-dom/multiple-templates/index.spec.js',
73100
'!test/shadow-dom/MutationObserver/MutationObserver.spec.js',
101+
'!test/shadow-dom/Node-properties/Node.childNodes.spec.js',
74102
'!test/shadow-dom/Node-properties/Node.hasChildNodes.spec.js',
75103
'!test/shadow-dom/Node-properties/Node.textContent.spec.js',
76104
'!test/shadow-dom/ShadowRoot-properties/ShadowRoot.spec.js',
77105
'!test/shadow-dom/ShadowRoot.elementsFromPoint/index.spec.js',
78-
'!test/shadow-dom/event-in-shadow-tree/propagation.spec.js',
106+
'!test/rendering/slot-not-at-top-level/ifTrue/light/index.spec.js',
79107
'!test/signal/protocol/index.spec.js',
80-
'!test/synthetic-shadow/active-element/index.spec.js',
108+
'!test/spread/index.spec.js',
109+
'!test/static-content/index.spec.js',
81110
'!test/swapping/styles/index.spec.js',
111+
'!test/synthetic-shadow/active-element/index.spec.js',
112+
'!test/synthetic-shadow/dom-manual-sharing-nodes/index.spec.js',
113+
'!test/synthetic-shadow/element-api/element-api.spec.js',
82114
'!test/synthetic-shadow/global-styles/index.spec.js',
83-
'!test/shadow-dom/multiple-templates/index.spec.js',
84-
'!test/shadow-dom/Node-properties/Node.childNodes.spec.js',
115+
'!test/synthetic-shadow/host-pseudo/index.spec.js',
85116
'!test/synthetic-shadow/inner-outer-text/inner-outer-text.spec.js',
86117
'!test/synthetic-shadow/scoped-id/multiple-idrefs.spec.js',
87-
'!test/synthetic-shadow/dom-manual-sharing-nodes/index.spec.js',
88-
'!test/synthetic-shadow/host-pseudo/index.spec.js',
118+
'!test/synthetic-shadow/style-svg/index.spec.js',
119+
'!test/template/attribute-class/object-values.spec.js',
89120
'!test/template/directive-for-each/index.spec.js',
121+
'!test/template/directive-if/index.spec.js',
122+
'!test/template/directive-lwc-render-mode/index.spec.js',
90123
'!test/wire/legacy-adapters/index.spec.js',
124+
'!test/wire/reactive-params.spec.js',
91125
'!test/wire/wirecontextevent-legacy/index.spec.js',
92-
'!test/component/LightningElement.attachInternals/api/index.spec.js',
93-
'!test/light-dom/scoped-slot/if-block/index.spec.js',
94-
'!test/light-dom/slot-fowarding/slots/duplicates/index.spec.js',
95-
'!test/rendering/programmatic-stylesheets/index.spec.js',
96-
'!test/synthetic-shadow/style-svg/index.spec.js',
97-
'!test/rendering/slot-not-at-top-level/element/shadow/index.spec.js',
98-
'!test/rendering/slot-not-at-top-level/external/shadow/index.spec.js',
99-
'!test/rendering/slot-not-at-top-level/ifTrue/shadow/index.spec.js',
100-
'!test/rendering/slot-not-at-top-level/lwcIf/shadow/index.spec.js',
101-
'!test/misc/clean-dom/index.spec.js',
102-
'!test/polyfills/document-properties/index.spec.js',
103-
'!test/shadow-dom/Event-properties/Event.target.spec.js',
104-
'!test/synthetic-shadow/element-api/element-api.spec.js',
105-
'!test/template/directive-if/index.spec.js',
106-
'!test/light-dom/slot-fowarding/slots/forwarding/index.spec.js',
107126
],
108127
nodeResolve: true,
109128
rootDir: import.meta.dirname,

0 commit comments

Comments
 (0)