Skip to content

Commit 8df30c9

Browse files
Update packages/@lwc/integration-karma/test/component/LightningElement/index.spec.js
Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
1 parent 3e1333f commit 8df30c9

File tree

1 file changed

+0
-1
lines changed
  • packages/@lwc/integration-karma/test/component/LightningElement

1 file changed

+0
-1
lines changed

packages/@lwc/integration-karma/test/component/LightningElement/index.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ it("[W-6981076] shouldn't throw when a component with an invalid child in unmoun
8181
expect(() => document.body.removeChild(elm)).not.toThrow();
8282
});
8383

84-
// TODO [W-17769475]: Restore this test when we can reliably detect Locker enabled
8584
it('should fail when the constructor returns something other than an instance of itself', () => {
8685
expect(() => {
8786
createElement('x-returning-bad', { is: ReturningBad });

0 commit comments

Comments
 (0)