UNPKG

jsfuckify

Version:

Browserify transformer and CLI to convert normal JS into JSFuck

8 lines (6 loc) 178 B
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); }); });