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 75fb1e3 commit b57a547Copy full SHA for b57a547
src/test/codefix.test.ts
@@ -15,7 +15,7 @@ suite('Should get code action', () => {
15
new vscode.Position(4, 1),
16
)
17
/* Generate expected code actions */
18
- const expectedTitle = 'Fix with ast-grep'
+ const expectedTitle = 'Fix `test-sg-rule` with ast-grep'
19
const expectedKind = vscode.CodeActionKind.QuickFix
20
const expectedIsPreferred = true
21
const expectedNewText = `const AstGrepTest = {
0 commit comments