Commit 1ed80da6 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

unit test in TypeScript

5 merge requests!143updating yml config,!112merge testing,!102updating yml config,!101updating yml config,!97Mlab 87 ts
Showing with 3 additions and 3 deletions
+3 -3
const gitlab = require('../functions/gitlab')
import gitlab from '../functions/gitlab'
//const axios = require('axios')
//jest.mock('axios')
......
const methods = require('../functions/methods')
import methods from '../functions/methods'
describe("DB methohds test", () => {
......@@ -49,4 +49,4 @@ describe("DB methohds test", () => {
expect(user).toBeNull()
})
})
})
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment