UNPKG
typed-well
Version:
latest (1.0.1)
1.0.1
1.0.0
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
A unit testing library for your TypeScript definitions.
github.com/n1kk/typed-well
n1kk/typed-well
typed-well
/
dist
/
src
/
expect.js
8 lines
(7 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
test
=
exports
.
suit
=
void
0
;
function
suit
(
description, context
) { }
exports
.
suit
= suit;
function
test
(
name, context
) { }
exports
.
test
= test;