Skip to content

Commit 7ebe499

Browse files
committed
lint fix
1 parent 7777008 commit 7ebe499

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/codemod/test/integration.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ describe('integration', () => {
231231
apply(sourceFile) {
232232
return {
233233
changesCount: 1,
234-
diagnostics: [{ level: DiagnosticLevel.Warning, file: sourceFile.getFilePath(), line: 1, message: 'should not survive rollback' }],
234+
diagnostics: [
235+
{ level: DiagnosticLevel.Warning, file: sourceFile.getFilePath(), line: 1, message: 'should not survive rollback' }
236+
],
235237
usedPackages: new Set(['@modelcontextprotocol/phantom-pkg'])
236238
};
237239
}

0 commit comments

Comments
 (0)