Skip to content

Commit 339a4c0

Browse files
authored
fix: mocha version maybe? (#1311)
* fix: mocha version maybe? * fix: update mocha version to 10.3.0
1 parent 8d8c59e commit 339a4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile-app/lib/ui/views/learn/test_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestRunner extends BaseViewModel {
3333

3434
List<String> imports = [
3535
'<script src="https://unpkg.com/chai@4.3.10/chai.js"></script>',
36-
'<script src="https://unpkg.com/mocha/mocha.js"></script>',
36+
'<script src="https://unpkg.com/mocha@10.3.0/mocha.js"></script>',
3737
'<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>',
3838
'<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css" />'
3939
];

0 commit comments

Comments
 (0)