Skip to content

Commit b365ee2

Browse files
authored
[Fire] Remove unused React fire fork (facebook#16046)
1 parent b8f91e6 commit b365ee2

File tree

12 files changed

+1
-1035
lines changed

12 files changed

+1
-1035
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,6 @@ jobs:
9494
- *run_yarn
9595
- run: yarn test-prod --maxWorkers=2
9696

97-
test_source_fire:
98-
docker: *docker
99-
environment: *environment
100-
101-
steps:
102-
- checkout
103-
- *restore_yarn_cache
104-
- *run_yarn
105-
- run: yarn test-fire --maxWorkers=2
106-
- run: yarn test-fire-prod --maxWorkers=2
107-
10897
test_coverage:
10998
docker: *docker
11099
environment: *environment
@@ -237,9 +226,6 @@ workflows:
237226
- test_source_persistent:
238227
requires:
239228
- setup
240-
- test_source_fire:
241-
requires:
242-
- setup
243229
- build:
244230
requires:
245231
- setup

fixtures/unstable-fire/index.html

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
"debug-test": "cross-env NODE_ENV=development node --inspect-brk node_modules/.bin/jest --config ./scripts/jest/config.source.js --runInBand",
105105
"test": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js",
106106
"test-persistent": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-persistent.js",
107-
"test-fire": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source-fire.js",
108107
"test-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.source.js",
109-
"test-fire-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.source-fire.js",
110108
"test-prod-build": "yarn test-build-prod",
111109
"test-build": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.build.js",
112110
"test-build-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.build.js",

0 commit comments

Comments
 (0)