Skip to content

Commit 68cf8e6

Browse files
chore(deps): update dependency @callstack/eslint-config to v12 (#385)
1 parent 544891a commit 68cf8e6

File tree

3 files changed

+164
-167
lines changed

3 files changed

+164
-167
lines changed

__tests__/snapshotDiff.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ test('can expand diff', () => {
199199
test('can colorize diff', () => {
200200
expect(snapshotDiff(a, b)).not.toMatch('[32m-');
201201
if (!process.env.CI) {
202+
// eslint-disable-next-line jest/no-conditional-expect
202203
expect(snapshotDiff(a, b, { colors: true })).toMatch('[32m-');
203204
}
204205
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/preset-env": "^7.7.1",
3333
"@babel/preset-flow": "^7.0.0",
3434
"@babel/preset-react": "^7.7.0",
35-
"@callstack/eslint-config": "^10.0.0",
35+
"@callstack/eslint-config": "^12.0.0",
3636
"enzyme": "^3.10.0",
3737
"enzyme-adapter-react-16": "^1.14.0",
3838
"enzyme-to-json": "^3.4.0",

0 commit comments

Comments
 (0)