Skip to content

Commit

Permalink
test: configure framework to test typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 15, 2022
1 parent cdf7ec4 commit 9abbaf3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extensions": ["ts"],
"spec": ["**/*.test.*"],
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
]
}
20 changes: 14 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9abbaf3

Please sign in to comment.