Skip to content

Commit

Permalink
skip eslint test in node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 12, 2024
1 parent 6b76889 commit b1a6966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci-unit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const BROWSER_TEST_PACKAGES = [
'@sentry/wasm',
];

// These are Node-version specific tests that need to be skipped because of support
const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
'14': {
ignoredPackages: [
Expand All @@ -45,6 +46,7 @@ const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
'@sentry/astro',
'@sentry/nuxt',
'@sentry/nestjs',
'@sentry-internal/eslint-plugin-sdk',
],
},
'16': {
Expand Down

0 comments on commit b1a6966

Please sign in to comment.