UNPKG

mystash

Version:
8 lines (6 loc) 138 B
const app = require('../app'); describe('app', () => { it('should instantiate', () => { expect(app).not.toBe(undefined); }); });