From bde8508836f9cad16b462c811d124258ca35400d Mon Sep 17 00:00:00 2001 From: wout Date: Sat, 30 Aug 2014 17:06:00 +0200 Subject: Added animated parametric transformations --- spec/spec/matrix.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'spec') diff --git a/spec/spec/matrix.js b/spec/spec/matrix.js index 281cdb3..78fd2b9 100644 --- a/spec/spec/matrix.js +++ b/spec/spec/matrix.js @@ -47,12 +47,6 @@ describe('Matrix', function() { expect(matrix.toString()).toBe('matrix(1,0,0,1,0,0)') }) }) - - describe('toArray()' , function() { - it('exports correctly to an array', function() { - expect(matrix.toArray()).toEqual([1,0,0,1,0,0]) - }) - }) }) describe('with an element given', function() { @@ -102,12 +96,6 @@ describe('Matrix', function() { }) }) - - describe('toArray()' , function() { - it('exports correctly to a string', function() { - expect(matrix.toArray()).toEqual([matrix.a, matrix.b, matrix.c, matrix.d, matrix.e, matrix.f]) - }) - }) }) -- cgit v1.2.3