UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

6 lines (5 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var test_1 = require("@tdb/test"); exports.expect = test_1.expect; exports.expectError = test_1.expectError;