tapbundle/ts_node/index.ts

7 lines
159 B
TypeScript
Raw Normal View History

export * from './classes.tapnodetools.js';
import { jest } from '@jest/globals';
import { expect as jestExpect } from 'expect';
export { jest, jestExpect };