This commit is contained in:
2017-06-10 15:51:27 +02:00
commit 4d2c8b307b
16 changed files with 440 additions and 0 deletions

8
test/test.ts Normal file
View File

@ -0,0 +1,8 @@
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()