Skip to content

Commit

Permalink
Update utilities-performance.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhenon committed Dec 9, 2023
1 parent 7478dc4 commit 17081c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/unit/utilities-performance.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as utilities from '../../../packages/svgcanvas/core/utilities.js'
import * as math from '../../../packages/svgcanvas/core/math.js'
import * as units from '../../../packages/svgcanvas/core/units.js'


describe('utilities performance', function () {
let currentLayer; let groupWithMatrixTransform; let textWithMatrixTransform
units.init({ getRoundDigits: () => 2 }) // mock getRoundDigits
Expand Down

0 comments on commit 17081c1

Please sign in to comment.