import { Ndk } from '../';

const headers = {}
const sdk = new Ndk({headers});

test('initializes the ocx-sdk', () => {
    expect(sdk.init()).toBe('Sdk Initialized....');
});
