gitlab/test/test.ts

9 lines
197 B
TypeScript
Raw Permalink Normal View History

2017-06-10 13:51:27 +00:00
import { expect, tap } from 'tapbundle'
import * as glab from '../dist/index'
tap.test('should trigger a job on GitLab', async () => {
let myGlabTrigger = new glab.GlabTrigger()
})
tap.start()