Skip to content

Commit

Permalink
refactor: use test file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Jan 27, 2024
1 parent 0fa8188 commit c5e057a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/code-actions-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class QuickFixCodeActionsBuilder {
start: startPosition,
end: startPosition
},
newText: ` // eslint-disable-line ${diagnostic.code}`
newText: ` // eslint-disable-line ${diagnostic.code}`
};

changes = [newedit];
Expand Down
Empty file.
8 changes: 4 additions & 4 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// since globs are not fully supported in node v18 and v20 we import the files manually here

// TODO: remove this file once node v21 is LTS
import './server.js';
import './lsp/document-sync.js';
import './lsp/initialization.js';
import './lsp/code-actions.js';
import './server.test.js';
import './lsp/document-sync.test.js';
import './lsp/initialization.test.js';
import './lsp/code-actions.test.js';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c5e057a

Please sign in to comment.