Skip to content

Commit 6083fe2

Browse files
authored
Merge pull request #133 from Xvezda/feature/remove-test-only
Remove only
2 parents fd29771 + 76d8838 commit 6083fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)