Skip to content

Commit

Permalink
Switch to nodejs runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mhennoch committed Sep 17, 2024
1 parent 71a85f8 commit e1457f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
"lint:fix": "eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts",
"lint:commits": "commitlint",
"test": "npm run test:unit && npm run test:debug-metrics && npm run test:instrumentations",
"test:unit": "cross-env TEST_ALLOW_DOUBLE_START=y nyc ts-mocha --exclude 'test/instrumentation/external/**/*.test.ts' --exclude 'test/separate_process/*' --timeout 60s --parallel --jobs 8 -p tsconfig.json 'test/**/*.test.ts'",
"unittest": "ts-mocha -p tsconfig.json 'test/api.test.ts'",
"test:unit:node": "cross-env TEST_ALLOW_DOUBLE_START=y glob -c \"node --require ts-node/register/transpile-only --test --test-timeout=10000 \" \"./test/**/*.test.ts\"",
"test:debug-metrics": "nyc --no-clean ts-mocha --timeout 10000 -p tsconfig.json 'test/separate_process/debug_metrics.test.ts'",
"test:instrumentations": "nyc ts-mocha --require test/instrumentation/external/setup.ts --jobs 1 'test/instrumentation/external/**/*.test.ts'",
"test": "cross-env TEST_ALLOW_DOUBLE_START=y glob -c \"node --require ts-node/register/transpile-only --test --test-timeout=50000 \" \"./test/**/*.test.ts\"",
"prebuild:current": "node scripts/prebuild-current.js",
"prebuild:os": "node scripts/prebuild-os.js",
"profile:proto": "pbjs -t static-module -w commonjs -o src/profiling/proto/profile.js protos/pprof/profile.proto",
Expand Down

0 comments on commit e1457f9

Please sign in to comment.