Skip to content

Commit b1865bc

Browse files
committed
revert node unit test changes??
1 parent 1f12fe1 commit b1865bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/node-unit-tests.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ const NODE_8_LEGACY_DEPENDENCIES = [
3535
];
3636

3737
const NODE_10_SKIP_TESTS_PACKAGES = ['@sentry/remix', '@sentry/sveltekit'];
38-
const NODE_10_LEGACY_DEPENDENCIES = [
39-
40-
41-
42-
43-
];
38+
const NODE_10_LEGACY_DEPENDENCIES = ['[email protected]', '[email protected]'];
4439

4540
const NODE_12_SKIP_TESTS_PACKAGES = ['@sentry/remix', '@sentry/sveltekit'];
4641
const NODE_12_LEGACY_DEPENDENCIES = ['[email protected]'];

0 commit comments

Comments
 (0)