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 46b1d42 commit cadb244Copy full SHA for cadb244
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/[email protected]/chai.js"></script>',
36
- '<script src="https://unpkg.com/mocha@10.8.2/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