Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/learn.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { expect, test } from "@playwright/test";
// workspace-root/mobile

import currData from "../../freeCodeCamp/shared-dist/config/curriculum.json";
import { orderedSuperBlockInfo } from "../../freeCodeCamp/tools/scripts/build/build-external-curricula-data-v2";
import { orderedSuperBlockInfo } from "../../freeCodeCamp/tools/scripts/build/build-external-curricula-data-v1";
import { SuperBlocks } from "../../freeCodeCamp/shared/config/curriculum";

// non editor superblocks should be skipped because they are not
Expand Down