Skip to content

Commit

Permalink
Merge pull request #650 from alpheios-project/i647-paidea-glossary
Browse files Browse the repository at this point in the history
Small fix and rebuild
  • Loading branch information
irina060981 authored Jun 25, 2021
2 parents 1e74d3b + 4b48d00 commit ced724e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ describe('AppController', () => {
it('AppController - init: should create the App API', async () => {
appC = AppController.jestCreate(uiState)
await appC.init()
//added method
expect(appC.api.app).toEqual({
name: expect.any(String),
version: expect.any(String),
Expand Down

0 comments on commit ced724e

Please sign in to comment.