10 lines
321 B
JavaScript
10 lines
321 B
JavaScript
// This file is auto-generated.
|
|
// Changes you make will be overwritten.
|
|
import freesewing from '@freesewing/core'
|
|
import chai from 'chai'
|
|
import plugin from '../dist/index.mjs'
|
|
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
|
|
|
|
|
// Run shared tests
|
|
sharedPluginTests(plugin, freesewing, chai.expect)
|