Fix js-flipper tests (#3297)

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/3297

Reviewed By: passy

Differential Revision: D33619287

fbshipit-source-id: 7e9dc595c999e9c8b61329f96adba6e45a1dfa50
This commit is contained in:
Andrey Goncharov
2022-01-17 07:54:29 -08:00
committed by Facebook GitHub Bot
parent 9605df8365
commit 1f240d72c3
4 changed files with 12 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
*/
module.exports = {
preset: "ts-jest",
preset: 'ts-jest',
clearMocks: true,
coverageReporters: ['json-summary', 'lcov', 'html'],
testMatch: ['**/**.spec.(js|jsx|ts|tsx)'],