@assert-equals/dappdriver
Version:
DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion
6 lines (5 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExperimentalArea = void 0;
var experimental_area_1 = require("./pages/onboarding/experimental-area");
Object.defineProperty(exports, "ExperimentalArea", { enumerable: true, get: function () { return experimental_area_1.ExperimentalArea; } });