mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Tests: Start getting QUnit tests to work on Node.js
Work in progress…
This commit is contained in:
parent
0c1b4376d3
commit
4c84c3dad5
44 changed files with 322 additions and 176 deletions
|
@ -10,7 +10,8 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
module('Matrix');
|
||||
QUnit.module('Matrix');
|
||||
|
||||
test('Decomposition: rotate()', function() {
|
||||
function testAngle(a, ea) {
|
||||
var m = new Matrix().rotate(a),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue