fix(core): update

This commit is contained in:
2022-01-21 17:52:00 +01:00
parent f7cab18412
commit 402934c944
3 changed files with 19 additions and 9 deletions

View File

@ -7,10 +7,8 @@ export {
}
// third party scope
import { expect } from 'chai';
import fastDeepEqual from 'fast-deep-equal';
export {
fastDeepEqual,
expect
}