We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6a3b commit ce5658aCopy full SHA for ce5658a
1 file changed
packages/pluginutils/test/attachScopes.ts
@@ -90,7 +90,7 @@ test('supports static block', () => {
90
91
const classDeclaration = ast.body[0] as estree.ClassDeclaration;
92
const classBody = classDeclaration.body;
93
- const staticBlock = classBody.body[0] as estree.StaticBlock & { scope: AttachedScope };;
+ const staticBlock = classBody.body[0] as estree.StaticBlock & { scope: AttachedScope };
94
95
expect(staticBlock.scope.contains('a')).toBeTruthy();
96
});
0 commit comments