refactor: move unit tests to test/unit
This commit is contained in:
6
test/unit/test-plugin/Makefile
Normal file
6
test/unit/test-plugin/Makefile
Normal 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
|
Reference in New Issue
Block a user