Skip to content

Commit 852ef06

Browse files
committed
feat: curriculum tests for daily challenges
1 parent b11fe91 commit 852ef06

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

mobile-app/integration_test/test_runner/curriculum_tests.dart

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ void main() {
2323
await setupLocator();
2424

2525
List<String> publicSBs = [
26-
'2022/responsive-web-design',
27-
'responsive-web-design',
26+
// '2022/responsive-web-design',
27+
// 'responsive-web-design',
2828
// 'javascript-algorithms-and-data-structures-v8',
2929
// 'javascript-algorithms-and-data-structures',
30-
'the-odin-project',
31-
'full-stack-developer',
30+
// 'the-odin-project',
31+
// 'full-stack-developer',
32+
'dev-playground',
3233

3334
// Python SBs
3435
// 'scientific-computing-with-python',
@@ -216,7 +217,7 @@ void main() {
216217
editorChallengeTypes.add(currChallenge['challengeType']);
217218

218219
// Skip non-editor challenges
219-
if (![0, 1, 5, 6, 14, 25, 26, 20, 23, 27, 29]
220+
if (![0, 1, 5, 6, 14, 20, 23, 25, 26, 27, 28, 29]
220221
.contains(currChallenge['challengeType'])) {
221222
continue;
222223
}

0 commit comments

Comments
 (0)