From fe485060ff7554916dc05f5926dda44d67a83a86 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 1 Sep 2018 11:29:32 -0700 Subject: [PATCH] Remove "only" --- modules/__tests__/api-auth-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/__tests__/api-auth-test.js b/modules/__tests__/api-auth-test.js index 4f621b9..fce8a7b 100644 --- a/modules/__tests__/api-auth-test.js +++ b/modules/__tests__/api-auth-test.js @@ -68,7 +68,7 @@ describe("The /api/auth endpoint", () => { }); describe("in the Authorization header", () => { - it.only("echoes back the auth payload", done => { + it("echoes back the auth payload", done => { const scopes = { some: { scope: true } }; withAuthHeader(scopes, header => {