1
0
Fork 0

fix(plugin-mirror): Updated tests after fixes

This commit is contained in:
joostdecock 2023-04-15 16:04:15 +02:00
parent 9869bb245d
commit 2bdfcb2fdd

View file

@ -17,8 +17,8 @@ describe('Mirror Plugin Tests', () => {
.curve(new Point(10, 20), new Point(30, 40), new Point(50, 60))
const settings = {
mirror: [points.mirrorA, points.mirrorB],
points: [points.a, points.b],
paths: [paths.test],
points: ['a', 'b'],
paths: ['test'],
}
macro('mirror', settings)
macro('mirror', { ...settings, prefix: 'test' })