Skip to content

Commit cadb244

Browse files
committed
fix: update mocha version to 10.3.0
1 parent 46b1d42 commit cadb244

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/[email protected]/chai.js"></script>',
36-
'<script src="https://unpkg.com/mocha@10.8.2/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)