Skip to content

Commit

Permalink
fix: mocha version maybe? (#1311)
Browse files Browse the repository at this point in the history
* fix: mocha version maybe?

* fix: update mocha version to 10.3.0
  • Loading branch information
Sembauke authored Dec 23, 2024
1 parent 8d8c59e commit 339a4c0
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 @@ -33,7 +33,7 @@ class TestRunner extends BaseViewModel {

List<String> imports = [
'<script src="https://unpkg.com/[email protected]/chai.js"></script>',
'<script src="https://unpkg.com/mocha/mocha.js"></script>',
'<script src="https://unpkg.com/mocha@10.3.0/mocha.js"></script>',
'<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>',
'<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css" />'
];
Expand Down

0 comments on commit 339a4c0

Please sign in to comment.