@deep-foundation/deeplinks
Version:
[](https://www.npmjs.com/package/@deep-foundation/deeplinks) [](https://gitpod.io/#https://github.com/deep-fo
30 lines • 1.81 kB
JavaScript
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
import '@testing-library/jest-dom';
import { generateCyberDeepClient } from '../imports/cyber.js';
import * as cyberConfig from '../imports/cyber/config';
let deepClient;
beforeAll(() => __awaiter(void 0, void 0, void 0, function* () {
deepClient = yield generateCyberDeepClient({
config: cyberConfig.CYBER,
});
}));
describe('CyberDeepClient', () => {
describe(`generators`, () => __awaiter(void 0, void 0, void 0, function* () {
it(`particles`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`cyberlinks`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`ps by cbls`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`ps by cbls with ps`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`cbls by ps`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`cbls by ps with cbls`, () => __awaiter(void 0, void 0, void 0, function* () { }));
it(`cbls by ps with cbls with ps`, () => __awaiter(void 0, void 0, void 0, function* () { }));
}));
});
//# sourceMappingURL=cyber_client.js.map