import { DELAYS } from '../src/main';

describe('integration', () => {

    it('should import correctly from main module', () => {
        expect(DELAYS).toBeDefined();
    });

});
