We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd29771 commit 76d8838Copy full SHA for 76d8838
tests/utils.test.js
@@ -456,7 +456,7 @@ debugger;
456
});
457
458
describe('getCalleeDeclaration', () => {
459
- test.only('get declaration of a function calls', (t) => {
+ test('get declaration of a function calls', (t) => {
460
const { ast, services, sourceCode } = parse(`
461
// foo declaration
462
function foo() {}
0 commit comments