UNPKG

@typed/test

Version:
11 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); exports.suite = _1.describe('Typed Test + VSCode extension', [ _1.given('Just your TypeScript Configuration (tsconfig.json)', [ _1.it('Finds and builds metadata on all your tests', ({ ok }) => ok(true)), _1.it('Defaults to incrementally running your tests with node', ({ notOk }) => notOk(false)), _1.it('supports browsers with just --mode=browser', ({ ok }) => ok(true)), ]), ]); //# sourceMappingURL=typed.test.js.map