Skip to content

Commit 76d8838

Browse files
committed
Remove only
1 parent fd29771 commit 76d8838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ debugger;
456456
});
457457

458458
describe('getCalleeDeclaration', () => {
459-
test.only('get declaration of a function calls', (t) => {
459+
test('get declaration of a function calls', (t) => {
460460
const { ast, services, sourceCode } = parse(`
461461
// foo declaration
462462
function foo() {}

0 commit comments

Comments
 (0)