We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a04bbc commit 3e27c50Copy full SHA for 3e27c50
packages/@lwc/integration-karma/test/component/LightningElement/index.spec.js
@@ -81,7 +81,8 @@ it("[W-6981076] shouldn't throw when a component with an invalid child in unmoun
81
expect(() => document.body.removeChild(elm)).not.toThrow();
82
});
83
84
-it('should fail when the constructor returns something other than an instance of itself', () => {
+// TODO [W-17769475]: Restore this test when we can reliably detect Locker enabled
85
+xit('should fail when the constructor returns something other than an instance of itself', () => {
86
expect(() => {
87
createElement('x-returning-bad', { is: ReturningBad });
88
}).toThrowError(
0 commit comments