fix: Fix tests after major chai upgrade
Note that the tests for Lumina are failing, but that's not related to the chai upgrade, rather it seems these tests fail because of issues in the design that we'll tackle later (it's a brand new design yet to be released).
This commit is contained in:
parent
703f8fd6e1
commit
26e282f5b7
53 changed files with 190 additions and 347 deletions
|
@ -1,8 +1,6 @@
|
|||
import chai from 'chai'
|
||||
import { expect } from 'chai'
|
||||
import { Design } from '../src/index.mjs'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Pattern', () => {
|
||||
describe('Pattern.draft()', () => {
|
||||
it('Pattern.draft() should draft according to settings', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue