fix(dependencies): Fix missing jest dependency in package.json and update exports in ts_node/index.ts
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
export * from './classes.tapnodetools.js';
|
||||
|
||||
import { jest } from '@jest/globals';
|
||||
import { expect as jestExpect } from 'expect';
|
||||
|
||||
export { jestExpect };
|
||||
export { jest, jestExpect };
|
||||
|
Reference in New Issue
Block a user