Skip to content

Commit 8f6a89a

Browse files
committed
reverse clean-up
1 parent 20591d4 commit 8f6a89a

9 files changed

Lines changed: 2 additions & 25588 deletions

File tree

.github/actions/javascript/postTestCoverageComment/index.js

Lines changed: 0 additions & 12838 deletions
This file was deleted.

.github/actions/javascript/waitforJestTests/index.js

Lines changed: 0 additions & 12577 deletions
This file was deleted.

.github/workflows/testCoverage.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ storybook-static
104104
# E2E test reports
105105
tests/e2e/results/
106106
.reassure
107-
junit.xml
108107

109108
# Temporary files created by Metro to check the health of the file watcher
110109
.metro-health-check*

codecov.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

cspell.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,7 @@
781781
"tests/unit/currencyList.json",
782782
"tests/unit/ValidationUtilsTest.ts",
783783
"src/CONST/index.ts",
784-
"src/libs/SearchParser/*",
785-
"codecov.yml"
784+
"src/libs/SearchParser/*"
786785
],
787786
"ignoreRegExpList": ["@assets/.*"],
788787
"useGitignore": true

jest.config.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,4 @@ module.exports = {
3333
moduleNameMapper: {
3434
'\\.(lottie)$': '<rootDir>/__mocks__/fileMock.ts',
3535
},
36-
coverageDirectory: 'coverage',
37-
coverageReporters: ['lcov'],
38-
collectCoverageFrom: ['src/**/*.{ts,tsx,js,jsx}', '!src/**/*.d.ts', '!src/**/*.test.{ts,tsx,js,jsx}', '!src/**/*.spec.{ts,tsx,js,jsx}'],
39-
reporters: [
40-
'default',
41-
[
42-
'jest-junit',
43-
{
44-
classNameTemplate: '{filepath}',
45-
titleTemplate: '{title}',
46-
ancestorSeparator: ' › ',
47-
usePathForSuiteName: true,
48-
},
49-
],
50-
],
5136
};

package-lock.json

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
"howler": "^2.2.4",
143143
"htmlparser2": "^7.2.0",
144144
"idb-keyval": "^6.2.1",
145-
"jest-junit": "^16.0.0",
146145
"jszip": "^3.10.1",
147146
"lodash-es": "4.17.21",
148147
"lottie-react-native": "6.5.1",

0 commit comments

Comments
 (0)