fix(plugin-annotations): Make name consistently plural
This commit is contained in:
parent
656466a37a
commit
441e0d7011
11 changed files with 62 additions and 62 deletions
|
@ -1,6 +1,6 @@
|
|||
import chai from 'chai'
|
||||
import { Design } from '@freesewing/core'
|
||||
import { annotationPlugin } from '../src/index.mjs'
|
||||
import { annotationsPlugin } from '../src/index.mjs'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
|
@ -9,7 +9,7 @@ const part = {
|
|||
draft: ({ Point, snippets, Snippet }) => {
|
||||
snippets.button = new Snippet('notch', new Point(10, 20))
|
||||
},
|
||||
plugins: [annotationPlugin],
|
||||
plugins: [annotationsPlugin],
|
||||
}
|
||||
const Pattern = new Design({ parts: [part] })
|
||||
const pattern = new Pattern()
|
||||
|
@ -32,7 +32,7 @@ describe('Notches Plugin Test', () => {
|
|||
|
||||
return part
|
||||
},
|
||||
plugins: [annotationPlugin],
|
||||
plugins: [annotationsPlugin],
|
||||
}
|
||||
const Pattern = new Design({ parts: [part] })
|
||||
const pattern = new Pattern()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue