UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

9 lines (6 loc) 176 B
import { Ndk } from '../'; const headers = {} const sdk = new Ndk({headers}); test('initializes the ocx-sdk', () => { expect(sdk.init()).toBe('Sdk Initialized....'); });