We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3a5e1 commit 02a9dd9Copy full SHA for 02a9dd9
test/unit/server/middlewares/authentication.test.ts
@@ -4,7 +4,7 @@ import { UnauthorizedError } from '../../../../src/errors'
4
import { Role } from '../../../../src/lib/authentication'
5
import { authentication } from '../../../../src/server/middlewares'
6
7
-describe.only('authentication', () => {
+describe('authentication', () => {
8
const sandbox = sinon.createSandbox()
9
10
afterEach(() => {
0 commit comments