test(@embark/communication): remove test stub

This commit is contained in:
Michael Bradley, Jr 2019-09-24 10:14:32 -05:00
parent 633683e12f
commit 1ba9e4b0a2
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
describe('Testing', () => {
it('should have tests', () => {
expect(true).toBe(false);
});
});