UNPKG

175 BJavaScriptView Raw
1import DownloadMicroservice from '../download';
2
3describe('dl.core', () => {
4 it('should be defined', () => {
5 expect(DownloadMicroservice).toBeTruthy();
6 });
7});