deleted template example of unit test

This commit is contained in:
Ben Wheeler 2019-07-22 15:14:28 -04:00
parent a6dc573f30
commit 748e07d172

View file

@ -1,5 +0,0 @@
describe('test jest unit', () => {
test('testing test', () => {
expect('unit').toEqual('unit');
});
});