Skip to content

Commit

Permalink
Merge pull request #166 from TAMULib/sprint8-staging
Browse files Browse the repository at this point in the history
Sprint8 staging
  • Loading branch information
jeremythuff committed Jul 16, 2020
2 parents 927a17d + 9297313 commit 4fa18d6
Show file tree
Hide file tree
Showing 33 changed files with 2,104 additions and 765 deletions.
3 changes: 3 additions & 0 deletions config-docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"baseUrl": "http://localhost:8081/weaver-components/docs/usage"
}
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"baseUrl": "http://localhost:8080"
}
14 changes: 7 additions & 7 deletions e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ describe('workspace-project App', () => {
page = new AppPage();
});

it('should display it works component', () => {
page.navigateTo()
.catch(err => { console.error(err); });
expect(page.getItWorksText())
.toEqual('Weaver Components Work!!!')
.catch(err => { console.error(err); });
});
// it('should display it works component', () => {
// page.navigateTo()
// .catch(err => { console.error(err); });
// expect(page.getItWorksText())
// .toEqual('Weaver Components Work!!!')
// .catch(err => { console.error(err); });
// });

afterEach(async () => {
// Assert that there are no errors emitted from the browser
Expand Down

0 comments on commit 4fa18d6

Please sign in to comment.