Skip to content

Commit

Permalink
standardJS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Jan 1, 2021
1 parent d0c2aec commit 111592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fromString.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ describe('fromString', () => {
expect(fromString.bind(this, 'matrix(a,b,c,d,e,f)')).toThrow()

expect(fromString('matrix(6.123233995736766e-17,1,-1,6.123233995736766e-17,440,-350)'))
.toEqual({a:6.123233995736766e-17,b:1,c:-1,d:6.123233995736766e-17,e:440,f:-350})
.toEqual({ a: 6.123233995736766e-17, b: 1, c: -1, d: 6.123233995736766e-17, e: 440, f: -350 })
})
})

0 comments on commit 111592d

Please # to comment.