fix(core): Update dependencies and add jestExpect export

This commit is contained in:
2024-11-23 18:34:34 +01:00
parent c36459dfcc
commit aa8dcb734e
5 changed files with 5432 additions and 3874 deletions

View File

@ -1 +1,5 @@
export * from './classes.tapnodetools.js';
import { expect as jestExpect } from 'expect';
export { jestExpect };