Skip to content

Commit 6e571a3

Browse files
committed
test(tracer): add targets to run test in both runtimes
1 parent 9f4391c commit 6e571a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tracing/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"commit": "commit",
1414
"test": "npm run test:unit",
1515
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
16-
"test:e2e": "jest --group=e2e",
16+
"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\"",
1719
"watch": "jest --watch",
1820
"build": "tsc",
1921
"lint": "eslint --ext .ts --fix --no-error-on-unmatched-pattern src tests",

0 commit comments

Comments
 (0)