We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.only
1 parent 7ec01ea commit 16664b4Copy full SHA for 16664b4
test/views/actionable-review-view.test.js
@@ -5,7 +5,7 @@ import {shell} from 'electron';
5
import ActionableReviewView from '../../lib/views/actionable-review-view';
6
import * as reporterProxy from '../../lib/reporter-proxy';
7
8
-describe.only('ActionableReviewView', function() {
+describe('ActionableReviewView', function() {
9
let atomEnv, mockEvent, mockMenu;
10
11
beforeEach(function() {
0 commit comments