Skip to content

Commit 02a9dd9

Browse files
committed
add unit tests
1 parent 6b3a5e1 commit 02a9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/server/middlewares/authentication.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { UnauthorizedError } from '../../../../src/errors'
44
import { Role } from '../../../../src/lib/authentication'
55
import { authentication } from '../../../../src/server/middlewares'
66

7-
describe.only('authentication', () => {
7+
describe('authentication', () => {
88
const sandbox = sinon.createSandbox()
99

1010
afterEach(() => {

0 commit comments

Comments
 (0)