Skip to content

Commit 05f18a9

Browse files
committed
Stop overriding the binary path in tests
1 parent 76bb4d6 commit 05f18a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/profiling-node/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,17 @@
5757
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch",
5858
"build:watch": "run-p build:transpile:watch build:types:watch",
5959
"build:tarball": "npm pack",
60-
"test:watch": "cross-env SENTRY_PROFILER_BINARY_DIR=build jest --watch",
60+
"test:watch": "jest --watch",
6161
"test:bundle": "node test-binaries.esbuild.js",
62-
"test": "cross-env SENTRY_PROFILER_BINARY_DIR=lib jest --config jest.config.js"
62+
"test": "jest --config jest.config.js"
6363
},
6464
"dependencies": {
6565
"@sentry/core": "9.0.0-alpha.0",
6666
"@sentry/node": "9.0.0-alpha.0",
6767
"@sentry-internal/node-cpu-profiler": "^2.0.0"
6868
},
6969
"devDependencies": {
70-
"@types/node": "^18.19.1",
71-
"cross-env": "^7.0.3"
70+
"@types/node": "^18.19.1"
7271
},
7372
"volta": {
7473
"extends": "../../package.json"

0 commit comments

Comments
 (0)