mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-04-30 02:16:12 +08:00
add node unref tests to common tests
This commit is contained in:
5
Makefile
5
Makefile
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user