UNPKG

e2ed

Version:

E2E testing framework over Playwright

8 lines (7 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CREATE_PAGE_TOKEN = void 0; /** * Unique token for creating page instances. */ exports.CREATE_PAGE_TOKEN = Symbol('e2ed:CREATE_PAGE_TOKEN');