Skip to content

Commit 33a0e17

Browse files
committed
fix: remove .only duh
1 parent bf5f31c commit 33a0e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/src/mcp/autofixers/add-autofixers-issues.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ describe('add_autofixers_issues', () => {
687687
});
688688
});
689689
});
690-
describe.only('read_state_with_dollar', () => {
690+
describe('read_state_with_dollar', () => {
691691
with_possible_inits('($init)', ({ init }) => {
692692
it(`should add an issue when reading a stateful variable initialized with ${init} like if it was a store`, () => {
693693
const content = run_autofixers_on_code(`<script>

0 commit comments

Comments
 (0)