aboutsummaryrefslogtreecommitdiff
path: root/src/index.spec.ts
blob: 64b3e492f8098786cd4c8f8e2d905bf8061712d5 (plain)
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);
    });
})