Skip to content

Commit aaef421

Browse files
authoredOct 4, 2020
Merge branch 'listing-develop-sync' into feature-refactor-challengelist
2 parents 3deb718 + b06ca4f commit aaef421

File tree

14 files changed

+592
-253
lines changed

14 files changed

+592
-253
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm publish --tag test-release
31+
- run: npm publish
3232
# dont change anything
3333
workflows:
3434
version: 2

‎__tests__/__snapshots__/index.js.snap

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,30 @@ Object {
372372
"processMMSubmissions": [Function],
373373
},
374374
"tc": Object {
375+
"CHALLENGE_STATUS": Object {
376+
"ACTIVE": "Active",
377+
"CANCELLED": "Cancelled",
378+
"COMPLETED": "Completed",
379+
"DRAFT": "Draft",
380+
},
375381
"COMPETITION_TRACKS": Object {
376382
"DES": "Design",
377383
"DEV": "Development",
378384
"DS": "Data Science",
379385
"QA": "Quality Assurance",
380386
},
387+
"OLD_COMPETITION_TRACKS": Object {
388+
"DATA_SCIENCE": "DATA_SCIENCE",
389+
"DESIGN": "DESIGN",
390+
"DEVELOP": "DEVELOP",
391+
"QA": "QA",
392+
},
393+
"OLD_SUBTRACKS": Object {
394+
"BUG_HUNT": "BUG_HUNT",
395+
"TESTING_COMPETITION": "TESTING_COMPETITION",
396+
"TEST_SCENARIOS": "TEST_SCENARIOS",
397+
"TEST_SUITES": "TEST_SUITES",
398+
},
381399
"REVIEW_OPPORTUNITY_TYPES": Object {
382400
"Contest Review": "Review",
383401
"Iterative Review": "Iterative Review",

0 commit comments

Comments
 (0)