UNPKG

ng-multiselect-dropdown-with-properties

Version:

Angular Multi-Select Dropdown with Properties

15 lines (11 loc) 302 B
import { NgTest2Page } from './app.po'; describe('ng-test2 App', () => { let page: NgTest2Page; beforeEach(() => { page = new NgTest2Page(); }); it('should display welcome message', () => { page.navigateTo(); expect(page.getParagraphText()).toEqual('Welcome to app!'); }); });