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 8d8c59e commit 339a4c0Copy full SHA for 339a4c0
mobile-app/lib/ui/views/learn/test_runner.dart
@@ -33,7 +33,7 @@ class TestRunner extends BaseViewModel {
33
34
List<String> imports = [
35
'<script src="https://unpkg.com/chai@4.3.10/chai.js"></script>',
36
- '<script src="https://unpkg.com/mocha/mocha.js"></script>',
+ '<script src="https://unpkg.com/mocha@10.3.0/mocha.js"></script>',
37
'<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>',
38
'<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css" />'
39
];
0 commit comments