1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13: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 }} node-version: ${{ matrix.node-version }}
- run: yarn - run: yarn
- run: yarn lint - run: yarn lint
- run: yarn bootstrap
- run: yarn build - run: yarn build
- run: yarn test - run: yarn test
env: env:

View file

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