Skip to content

Commit

Permalink
ignore in Node 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 10, 2024
1 parent 3f0ca41 commit 6d87b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/node-unit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const DEFAULT_SKIP_TESTS_PACKAGES = [
const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
'14': {
ignoredPackages: [
'@sentry/cloudflare',
'@sentry/solidstart',
'@sentry/sveltekit',
'@sentry/vercel-edge',
Expand All @@ -40,7 +41,7 @@ const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
],
},
'16': {
ignoredPackages: ['@sentry/vercel-edge', '@sentry/astro'],
ignoredPackages: ['@sentry/cloudflare', '@sentry/vercel-edge', '@sentry/astro'],
},
'18': {
ignoredPackages: [],
Expand Down

0 comments on commit 6d87b6c

Please sign in to comment.