forked from lichen-community-systems/youme
-
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.
lichen-community-systemsGH-5: Added unit tests for SMF parsing functi…
…ons.
- Loading branch information
Showing
4 changed files
with
311 additions
and
112 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
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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- | ||
~ Copyright 2023, Tony Atkins | ||
~ | ||
~ Licensed under the MIT license, see LICENSE for details. | ||
--> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>"Standard" MIDI File Unit Tests</title> | ||
|
||
<link rel="stylesheet" media="screen" href="../../node_modules/infusion/tests/lib/qunit/css/qunit.css" /> | ||
|
||
<script src="../../node_modules/infusion/dist/infusion-all.js"></script> | ||
<script src="../../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script> | ||
<script src="../../node_modules/infusion/tests/test-core/jqUnit/js/jqUnit.js"></script> | ||
<script src="/testem.js"></script> | ||
<script type="text/javascript" src="/coverage/client/coverageSender.js"></script> | ||
|
||
<script src="../../src/js/core.js"></script> | ||
|
||
<script src="../../src/js/smf.js"></script> | ||
|
||
<script src="../js/smf-unit-tests.js"></script> | ||
</head> | ||
|
||
<body id="body"> | ||
<h1 id="qunit-header">"Standard" MIDI File Unit Tests</h1> | ||
<h2 id="qunit-banner"></h2> | ||
<div id="qunit-testrunner-toolbar"></div> | ||
<h2 id="qunit-userAgent"></h2> | ||
<ol id="qunit-tests"></ol> | ||
|
||
<!-- Test HTML --> | ||
<div id="main" style="display: none;"> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.