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 3cf67f9 commit 110e338Copy full SHA for 110e338
packages/react/package.json
@@ -66,9 +66,6 @@
66
"^.+\\.ts$": "ts-jest",
67
"^.+\\.tsx$": "ts-jest"
68
},
69
- "transformIgnorePatterns": [
70
- "node_modules/(?!(@testing-library)/)"
71
- ],
72
"moduleFileExtensions": [
73
"js",
74
"ts",
scripts/test.sh
@@ -8,7 +8,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
8
yarn install --ignore-engines
9
yarn build
10
nvm use 6
11
- yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" # latest version of karma doesn't run on node 6
+ yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" # latest version of karma doesn't run on node 6
12
else
13
yarn install
14
0 commit comments