Skip to content

Commit

Permalink
Update mobile-app/lib/ui/views/learn/test_runner.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke authored Mar 7, 2025
1 parent eef6736 commit 5d7c8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-app/lib/ui/views/learn/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class TestRunner extends BaseViewModel {
String? tail = (challenge.files[0].tail ?? '').replaceAll('\\', '\\\\');

return '''<script type="module">
import * as __helpers from "https://unpkg.com/@freecodecamp/curriculum-helpers@3.0.9/dist/index.js";
import * as __helpers from "https://unpkg.com/@freecodecamp/curriculum-helpers@3.9.0/dist/index.js";
const assert = chai.assert;
const __checkForBrowserExtensions = false;
Expand Down

0 comments on commit 5d7c8ba

Please sign in to comment.