1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
This commit is contained in:
Martin McKeaveney 2020-02-25 16:51:40 +00:00
parent bcb66e7759
commit d9d8e51d86
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn bootstrap
- run: yarn build
- run: yarn test
env:

View file

@ -25,6 +25,7 @@ beforeAll(async () => {
await app.start()
})
afterAll(async () => await app.destroy())
it("/apppackage should get appDefinition", async () => {