6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
|
|
it('should not throw any errors when imported', () => {
|
|
expect(() => require('./index')).not.toThrow();
|
|
})
|