initial
This commit is contained in:
8
test/test.ts
Normal file
8
test/test.ts
Normal 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()
|
Reference in New Issue
Block a user