Skip to content

Commit

Permalink
chore: handle ts-node issue for ts4
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 21, 2024
1 parent c869d1a commit 0db212d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,6 @@ jobs:
run: npm run test:smoke:tsx
- name: ts-node
run: npm run test:smoke:ts-node
# https://github.com/TypeStrong/ts-node/issues/1964
env:
TS_NODE_TRANSPILE_ONLY: true
1 change: 0 additions & 1 deletion test/error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ describe('error', () => {

test('getExitMessage()', () => {
assert.match(formatExitMessage(2, null, '', ''), /Misuse of shell builtins/)

assert.match(formatExitMessage(1, 'SIGKILL', '', ''), /SIGKILL/)
})

Expand Down

0 comments on commit 0db212d

Please sign in to comment.