UNPKG
jsfuckify
Version:
latest (0.0.1)
0.0.1
0.0.0
Browserify transformer and CLI to convert normal JS into JSFuck
jsfuckify
/
tests
/
basic.test.js
8 lines
(6 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
expect =
require
(
'chai'
).
expect
;
describe
(
'Basic Mocha Setup'
,
function
(
) {
it
(
'adds two and two and gets four'
,
function
(
) {
expect
(
2
+
2
).
to
.
equal
(
4
); }); });