UNPKG
sentinaught
Version:
latest (0.0.2)
0.0.2
0.0.1
mutation testing framework
iainjmitchell/sentinaught
sentinaught
/
test
/
test.js
10 lines
(6 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
require
(
'chai'
).
should
();
describe
(
';'
,
function
(
){
it
(
'blah '
,
function
(
){
true
.
should
.
equal
(
true
); }); });