feat: adding test
parent
2a68bfbc84
commit
c6cc1b43c7
@ -0,0 +1,8 @@
|
||||
import { LangGeniusClient } from '../index';
|
||||
|
||||
describe('LangGeniusClient', () => {
|
||||
it('should be defined', async () => {
|
||||
const client = new LangGeniusClient('your-api-key');
|
||||
expect(client).toBeDefined();
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue