chore(plugin-round): Ported to v3
This commit is contained in:
parent
fcea467c8e
commit
3e59f830fd
5 changed files with 14 additions and 15 deletions
|
@ -1,6 +1,4 @@
|
|||
import chai from 'chai'
|
||||
//import freesewing from '@freesewing/core'
|
||||
//import plugin from '../dist/index.mjs'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
// This file is auto-generated.
|
||||
// Changes you make will be overwritten.
|
||||
import plugin from './dist/index.mjs'
|
||||
// This file is auto-generated | Any changes you make will be overwritten.
|
||||
import { plugin } from './dist/index.mjs'
|
||||
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
||||
|
||||
|
||||
// Run shared tests
|
||||
sharedPluginTests(plugin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue