Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 24, 2018
1 parent 4e3a1c4 commit e05c8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/internal/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {equalArrays, fixCSS, equal, clear, concat} from '../../src/internal/utils';
import {equalArrays, fixCSS, clear, concat} from '../../src/internal/utils';
import {equal} from '../../src/internal/mathInterfaces';


describe('equalArrays', () => {
Expand Down

0 comments on commit e05c8f2

Please sign in to comment.