UNPKG
strangler
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
A set of string utilities for parsing and assembly
github.com/khrome/strangler
strangler
/
test
/
test.cjs
11 lines
(8 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
should =
require
(
'chai'
).
should
();
const
{ } =
require
(
'../dist/index.cjs'
);
describe
(
'module'
,
()=>
{
describe
(
'performs a simple test suite'
,
()=>
{
it
(
'loads'
,
async
()=>{ }); }); });