1
0
Fork 0

fix(models): In tests, import only expect from chai, not the entire namespace

This commit is contained in:
Benjamin Fan 2024-02-13 17:44:18 -08:00
parent ab276346cf
commit ae68d9d574

View file

@ -1,7 +1,6 @@
import * as chai from 'chai'
import { expect } from 'chai'
import * as all from '../src/index.mjs'
const expect = chai.expect
const { measurements, sizes } = all
describe('Measurements', () => {