Skip to content

Commit

Permalink
Lots of small fixes to support the ESM migration
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jul 10, 2024
1 parent 3284c9f commit ba68240
Show file tree
Hide file tree
Showing 17 changed files with 661 additions and 2,218 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker-run:
docker run -it --rm --name $(DOCKER_IMAGE_NAME)-01 $(DOCKER_IMAGE_NAME)

test:
npx nyc mocha
npx tsx --test test/**/*.ts

lint:
npx tsc --noemit
Expand Down
Loading

0 comments on commit ba68240

Please sign in to comment.