diff --git a/tests/utils.test.js b/tests/utils.test.js index d0ac7b1..73f4d22 100644 --- a/tests/utils.test.js +++ b/tests/utils.test.js @@ -456,7 +456,7 @@ debugger; }); describe('getCalleeDeclaration', () => { - test.only('get declaration of a function calls', (t) => { + test('get declaration of a function calls', (t) => { const { ast, services, sourceCode } = parse(` // foo declaration function foo() {}