1
0
Fork 0

breaking: @freesewing/plugin-bundle is now @freesewing/core-plugins

This commit is contained in:
joostdecock 2023-09-07 11:39:34 +02:00
parent b263979ca0
commit 70041876f5
18 changed files with 40 additions and 130 deletions

View file

@ -0,0 +1,9 @@
import chai from 'chai'
const expect = chai.expect
describe('Round Plugin Tests', () => {
it('FIXME: No plugin tests configured', () => {
expect(1).to.equal(1)
})
})

View file

@ -0,0 +1,6 @@
// This file is auto-generated | Any changes you make will be overwritten.
import { plugin } from '../src/index.mjs'
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin)