-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15862ed
commit f5e4392
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Mocha Tests</title> | ||
<title>JavaScript Tests (Packaged with WebPack + Babel)</title> | ||
|
||
<link href="https://npmcdn.com/[email protected]/mocha.css" rel="stylesheet" /> | ||
<script src="https://npmcdn.com/[email protected]/mocha.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Mocha Tests</title> | ||
<title>Python Tests (Packaged with Pyodide)</title> | ||
<script src="https://cdn.jsdelivr.net/pyodide/v0.26.2/debug/pyodide.js"></script> | ||
<link href="https://npmcdn.com/[email protected]/mocha.css" rel="stylesheet" /> | ||
<script src="https://npmcdn.com/[email protected]/mocha.js"></script> | ||
|