jan/core/src/browser/tools/index.test.ts
2024-09-23 13:54:52 +07:00

6 lines
111 B
TypeScript

it('should not throw any errors when imported', () => {
expect(() => require('./index')).not.toThrow();
})