UNPKG

@progress/kendo-angular-e2e

Version:

Helper package for Kendo UI for Angular e2e tests

10 lines (6 loc) 182 B
import { DELAYS } from '../src/main'; describe('integration', () => { it('should import correctly from main module', () => { expect(DELAYS).toBeDefined(); }); });