Archived
1
0

refactor: match /test/unit structure to /src

This commit is contained in:
Joe Previte
2021-07-27 16:52:57 -07:00
parent 7a5c457209
commit 7a6ec202ba
26 changed files with 43 additions and 43 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