File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ function createReduxEnhancer(enhancerOptions?: Partial<SentryEnhancerOptions>):
117117 }
118118
119119 /* Allow user to configure scope with latest state */
120+ // eslint-disable-next-line @typescript-eslint/unbound-method
120121 const { configureScopeWithState } = options ;
121122 if ( typeof configureScopeWithState === 'function' ) {
122123 configureScopeWithState ( scope , newState ) ;
Original file line number Diff line number Diff line change 66yarn build
77if [[ ! -z $DANGER_GITHUB_API_TOKEN ]]; then
88 yarn lint
9- yarn test
9+ yarn test --ignore= " @sentry/ember "
1010 yarn codecov
1111 yarn danger ci || true # for external PRs danger will fail because of token
1212else
1313 yarn lint
14- yarn test
14+ yarn test --ignore= " @sentry/ember "
1515fi
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ elif [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 8 ]]; then
2020else
2121 yarn install
2222 yarn build
23- yarn test
23+ yarn test --ignore= " @sentry/ember "
2424fi
You can’t perform that action at this time.
0 commit comments