add node unref tests to common tests

This commit is contained in:
Evan Wallace
2021-03-06 03:43:43 -08:00
parent 4152ef5564
commit 48d498752c

View File

@@ -7,7 +7,7 @@ test:
make -j6 test-common
# These tests are for development
test-common: test-go vet-go no-filepath verify-source-map end-to-end-tests js-api-tests plugin-tests register-test
test-common: test-go vet-go no-filepath verify-source-map end-to-end-tests js-api-tests plugin-tests register-test node-unref-tests
# These tests are for release (the extra tests are not included in "test" because they are pretty slow)
test-all:
@@ -67,6 +67,9 @@ plugin-tests: cmd/esbuild/version.go | scripts/node_modules
ts-type-tests: | scripts/node_modules
node scripts/ts-type-tests.js
node-unref-tests:
node scripts/node-unref-tests.js
lib-typecheck: | lib/node_modules
cd lib && node_modules/.bin/tsc -noEmit -p .