feat: extract cloudly api client
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { tap } from '@git.zone/tstest/tapbundle';
|
||||
import { CloudlyApiClient } from '../ts/index.js';
|
||||
|
||||
tap.test('exports CloudlyApiClient', async () => {
|
||||
if (typeof CloudlyApiClient !== 'function') {
|
||||
throw new Error('CloudlyApiClient is not exported');
|
||||
}
|
||||
});
|
||||
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user