Skip to content

Commit

Permalink
Add beforeAll step
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Oct 22, 2021
1 parent 29369be commit 02e32d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests_zemu/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export const models: DeviceModel[] = [
{name: 'nanox', prefix: 'X', path: APP_PATH_X}
]

beforeAll(async () => {
await Zemu.checkAndPullImage()
})

describe('Standard', function () {
test.each(models)('can start and stop container', async function (m) {
const sim = new Zemu(m.path);
Expand Down

0 comments on commit 02e32d8

Please sign in to comment.