1
0
Fork 0

fix(plugin-annotations): Make name consistently plural

This commit is contained in:
joostdecock 2023-04-10 15:20:32 +02:00
parent 656466a37a
commit 441e0d7011
11 changed files with 62 additions and 62 deletions

View file

@ -1,6 +1,6 @@
import chai from 'chai'
import { round, Design } from '@freesewing/core'
import { annotationPlugin } from '../src/index.mjs'
import { annotationsPlugin } from '../src/index.mjs'
const expect = chai.expect
@ -18,7 +18,7 @@ describe('Grainline Plugin Tests', () => {
return part
},
plugins: [annotationPlugin],
plugins: [annotationsPlugin],
}
const Pattern = new Design({ parts: [part] })
const pattern = new Pattern()