Archived
1
0

refactor: move unit tests to test/unit

This commit is contained in:
Joe Previte
2021-03-09 16:32:31 -07:00
parent ed839c9a03
commit 3f7104bb4e
22 changed files with 269 additions and 72 deletions

View File

@ -0,0 +1,6 @@
out/index.js: src/index.ts
# Typescript always emits, even on errors.
yarn build || rm out/index.js
node_modules: package.json yarn.lock
yarn