gamification
Version:
Gamification angular modules made with love by poeticsoft.com
15 lines (11 loc) • 308 B
text/typescript
import { AppPage } from './app.po';
describe('workspace-project App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Welcome to gamification!');
});
});