UNPKG

@technovangelist/do

Version:

something to help me remember what I did

7 lines (6 loc) 133 B
const app = require("../lib/index"); describe('first test', () => { it('should do something', () => { app(); }); });