Skip to content

Commit

Permalink
chore(deps): update dependency @callstack/eslint-config to v12 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2022
1 parent 544891a commit 68cf8e6
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 167 deletions.
1 change: 1 addition & 0 deletions __tests__/snapshotDiff.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ test('can expand diff', () => {
test('can colorize diff', () => {
expect(snapshotDiff(a, b)).not.toMatch('[32m-');
if (!process.env.CI) {
// eslint-disable-next-line jest/no-conditional-expect
expect(snapshotDiff(a, b, { colors: true })).toMatch('[32m-');
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.7.0",
"@callstack/eslint-config": "^10.0.0",
"@callstack/eslint-config": "^12.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
Expand Down
Loading

0 comments on commit 68cf8e6

Please sign in to comment.