Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Harrison committed Jul 26, 2021
1 parent 7ac744a commit 20f823d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __tests__/image-service.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {ImageService} from '../src/image-service'

describe('ImageService', () => {
test('pulls the image from docker hub', async () => {
await ImageService.pullImage('hello-world')
})
})

0 comments on commit 20f823d

Please sign in to comment.