Skip to content

Commit

Permalink
feat: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshuit914 committed Aug 10, 2022
1 parent bcee621 commit 2ceebb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/config/auth.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let authConfig = require('../../../app/config/auth')
const authConfig = require('../../../app/config/auth')

describe('cache Config Test', () => {
const OLD_ENV = process.env
Expand Down

0 comments on commit 2ceebb6

Please sign in to comment.