Remove stub integration for Jest

This commit is contained in:
BryceLTaylor 2019-08-13 15:10:29 -04:00
parent 7af2ee79c3
commit a86a975876

View file

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