UNPKG
scotch-tape
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
wrapper to write better tape tests
github.com/rajeshsegu/scotch-tape
rajeshsegu/scotch-tape
scotch-tape
/
test
/
index.js
7 lines
(5 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
require
(
'./test-tape'
);
require
(
'./test-scotch-tape'
);
require
(
'./test-global-asserts'
);
require
(
'./test-local-asserts'
);