We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78c9aa commit d355ad7Copy full SHA for d355ad7
e2e/learn.spec.js
@@ -7,7 +7,7 @@ import { expect, test } from "@playwright/test";
7
// workspace-root/mobile
8
9
import currData from "../../freeCodeCamp/shared/config/curriculum.json";
10
-import { orderedSuperBlockInfo } from "../../freeCodeCamp/tools/scripts/build/build-external-curricula-data";
+import { orderedSuperBlockInfo } from "../../freeCodeCamp/tools/scripts/build/build-external-curricula-data-v1";
11
import { SuperBlocks } from "../../freeCodeCamp/shared/config/curriculum";
12
13
// non editor superblocks should be skipped because they are not
0 commit comments