fix(models): In tests, import only expect from chai, not the entire namespace
This commit is contained in:
parent
ab276346cf
commit
ae68d9d574
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
import * as chai from 'chai'
|
import { expect } from 'chai'
|
||||||
import * as all from '../src/index.mjs'
|
import * as all from '../src/index.mjs'
|
||||||
|
|
||||||
const expect = chai.expect
|
|
||||||
const { measurements, sizes } = all
|
const { measurements, sizes } = all
|
||||||
|
|
||||||
describe('Measurements', () => {
|
describe('Measurements', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue