1 2 3 4 5
describe('TypeScript WebPack Starter Tests', () => { it('A good way to start building an awesome lib is by doing Unit Tests 👌🏽', () => { expect(true).toBe(true); }); })