UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

9 lines (8 loc) 232 B
"use strict"; exports.__esModule = true; var __1 = require("../"); var headers = {}; var sdk = new __1.Ndk({ headers: headers }); test('initializes the ocx-sdk', function () { expect(sdk.init()).toBe('Sdk Initialized....'); });