1
0
Fork 0

Fix CI build.

This commit is contained in:
Nick Dower 2022-01-27 23:09:36 +01:00
parent b5a8fd2a4a
commit c45ab7b159
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import chai from 'chai'
import freesewing from '@freesewing/core'
import plugin from '../dist/index.js'
import plugin from '../dist/index.mjs'
const expect = chai.expect
const round = freesewing.utils.round