Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
KostkaBrukowa committed Apr 26, 2024
1 parent 38511d8 commit 02295ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 81 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
node-version: '20.11.0'
- run: npm i
- run: npm i -D typescript@${{ matrix.typescript_version }}
- run: npm i --prefix ./e2e/fixtures/default-config
- run: npm run build
- run: npm run test
- uses: actions/upload-artifact@v4
Expand Down
71 changes: 0 additions & 71 deletions e2e/fixtures/default-config/package-lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/fixtures/default-config/package.json

This file was deleted.

4 changes: 1 addition & 3 deletions e2e/plugin/utils/TSServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export class TSServer {
constructor(projectPath: string) {
this._responseEventEmitter = new EventEmitter();
this._responseCommandEmitter = new EventEmitter();
const tsserverPath = require.resolve(
path.join(projectPath, 'node_modules/typescript/lib/tsserver'),
);
const tsserverPath = require.resolve('typescript/lib/tsserver');

const server = fork(tsserverPath, {
stdio: ['pipe', 'pipe', 'pipe', 'ipc'],
Expand Down

0 comments on commit 02295ba

Please sign in to comment.