1
0
Fork 0

fix: plugin-banner/plugin-bartack: use test build to run tests

This commit is contained in:
Joost De Cock 2022-08-28 12:06:41 +02:00
parent 55f3efe883
commit b72f952847
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import chai from 'chai'
import { Pattern } from '@freesewing/core'
import { bannerPlugin } from '../dist/index.mjs'
import { bannerPlugin } from './dist/index.mjs'
const expect = chai.expect