Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Dec 10, 2023
1 parent ff7f0ca commit 6d2aa58
Show file tree
Hide file tree
Showing 4 changed files with 7,547 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/cjs/vexflow-debug-with-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* VexFlow 4.2.2 2023-12-10T22:46:47.526Z 9996264eda00015f217ab2c7d98c873599d70e18
* VexFlow 4.2.2 2023-12-10T22:56:50.672Z ff7f0ca348c1ed58ca813b6f57e7e886e4b382c1
* Vexflow_smoosic, forked from :
* Copyright (c) 2010 Mohit Muthanna Cheppudira <[email protected]>
* https://www.vexflow.com https://github.com/0xfe/vexflow
Expand Down Expand Up @@ -31,8 +31,8 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ VERSION: () => (/* binding */ VERSION)
/* harmony export */ });
const VERSION = '4.2.2';
const ID = '9996264eda00015f217ab2c7d98c873599d70e18';
const DATE = '2023-12-10T22:46:47.526Z';
const ID = 'ff7f0ca348c1ed58ca813b6f57e7e886e4b382c1';
const DATE = '2023-12-10T22:56:50.672Z';


/***/ }),
Expand Down
5 changes: 3 additions & 2 deletions tests/flow-headless-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<meta charset="UTF-8" />
</head>
<body>
<div id="vexflow_testoutput"></div>
<script src="support/qunit.js"></script>
<div id="qunit-tests"></div>
<script src="qunit/qunit.js"></script>
<script src="../build/cjs/vexflow-debug-with-tests.js"></script>
<script>
QUnit.config.noglobals = true;
QUnit.start();
Vex.Flow.Test.run();
</script>
</body>
Expand Down
Loading

0 comments on commit 6d2aa58

Please sign in to comment.