UNPKG

community-hubbub

Version:
8 lines (6 loc) 118 B
'use strict'; describe('dummy test', () => { it('should be dumb', () => { expect(true).toBeTruthy(); }); });