1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00
This commit is contained in:
Martin McKeaveney 2020-02-25 16:51:40 +00:00
parent 3fd7f376e3
commit 36250cbbdb
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 () => {