Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9d7188f

Browse files
committed
Grrr it only fails when the full suite runs?
1 parent 8d1d4a1 commit 9d7188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/reviews-controller.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import unresolveThreadMutation from '../../lib/mutations/__generated__/unresolve
3131
import updateReviewCommentMutation from '../../lib/mutations/__generated__/updatePrReviewCommentMutation.graphql';
3232
import updatePrReviewMutation from '../../lib/mutations/__generated__/updatePrReviewSummaryMutation.graphql';
3333

34-
describe.only('ReviewsController', function() {
34+
describe('ReviewsController', function() {
3535
let atomEnv, relayEnv, localRepository, noop, clock;
3636

3737
beforeEach(async function() {

0 commit comments

Comments
 (0)