Skip to content

Commit

Permalink
chore: improve test harness
Browse files Browse the repository at this point in the history
`borp` lets node --test use typescript
with actual source-mapped stacktraces
and stuff
  • Loading branch information
laduke committed Feb 29, 2024
1 parent 99e78f3 commit c1863fd
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 514 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
ignorePatterns: ["dist/*"]
};
Loading

0 comments on commit c1863fd

Please sign in to comment.