Skip to content

Commit df8cf2f

Browse files
committed
test: update
1 parent c78b2c0 commit df8cf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/vscode/tests/e2e_server_linter.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ suiteSetup(async () => {
3232
});
3333

3434
teardown(async () => {
35+
await workspace.getConfiguration('oxc').update('enable', undefined);
3536
await workspace.getConfiguration('oxc').update('fixKind', undefined);
3637
await workspace.getConfiguration('oxc').update('tsConfigPath', undefined);
3738
await workspace.getConfiguration('oxc').update('typeAware', undefined);

0 commit comments

Comments
 (0)