mirror of
https://github.com/farcasclaudiu/kanban2.git
synced 2026-06-29 07:01:31 +03:00
Initial commit by angular2-firebase-bootstrap generator
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { ValuationJsPage } from './app.po';
|
||||
|
||||
describe('kanban2 App', function() {
|
||||
let page: ValuationJsPage;
|
||||
|
||||
beforeEach(() => {
|
||||
page = new ValuationJsPage();
|
||||
});
|
||||
|
||||
it('should display message saying app works', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getParagraphText()).toEqual('app works!');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user