UNPKG

playwright-expect

Version:

The playwright-expect is an assertion library for TypeScript and JavaScript intended for use with a test runner such as Jest or Playwright Test.

6 lines (5 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TIMEOUT = exports.BASE_URL = void 0; exports.BASE_URL = 'http://the-internet.herokuapp.com'; exports.DEFAULT_TIMEOUT = 10000;