We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4391c commit 6e571a3Copy full SHA for 6e571a3
packages/tracing/package.json
@@ -13,7 +13,9 @@
13
"commit": "commit",
14
"test": "npm run test:unit",
15
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
16
- "test:e2e": "jest --group=e2e",
+ "test:e2e:nodejs12x": "RUNTIME=nodejs12x jest --group=e2e",
17
+ "test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
18
+ "test:e2e": "concurrently \"npm:test:e2e:nodejs12x\" \"npm:test:e2e:nodejs14x\"",
19
"watch": "jest --watch",
20
"build": "tsc",
21
"lint": "eslint --ext .ts --fix --no-error-on-unmatched-pattern src tests",
0 commit comments