Reviewed By: cpojer

Differential Revision: D6671552

fbshipit-source-id: e254d3a308fac0802084b8d328bd3ee38c7bc8ce
This commit is contained in:
Eli White 2018-01-08 13:57:57 -08:00 коммит произвёл Facebook Github Bot
Родитель 9a36872f0c
Коммит 67a3c42d1a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -252,5 +252,7 @@
// The following rules are made available via `eslint-plugin-jest`.
"jest/no-disabled-tests": 1,
"jest/no-focused-tests": 1,
"jest/no-identical-title": 1,
"jest/valid-expect": 1,
}
}