Run js-flipper tests on GH (#3298)

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

Reviewed By: passy

Differential Revision: D33620152

fbshipit-source-id: 3ed14dd8a4813f9e3e8b62774d6969c52348e6d1
This commit is contained in:
Andrey Goncharov
2022-01-17 07:54:29 -08:00
committed by Facebook GitHub Bot
parent 1f240d72c3
commit 28e79fe4e5
2 changed files with 45 additions and 1 deletions

View File

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