UNPKG

@miracl/client-js

Version:
16 lines (14 loc) 349 B
// In memory storage for users import storage from "./storage.js"; // Reusable test data global.testData = { init: function () { return { server: "http://server.com", projectId: "projectID", seed: "hexSeed", defaultPinLength: 4, userStorage: new storage() }; } };