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

Commit

Permalink
🔥 .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilde Ann Thurium committed Jul 20, 2018
1 parent f12f680 commit 886a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/views/remote-selector-view.test.js
Expand Up @@ -6,7 +6,7 @@ import RemoteSet from '../../lib/models/remote-set';
import Branch, {nullBranch} from '../../lib/models/branch';
import RemoteSelectorView from '../../lib/views/remote-selector-view';

describe.only('RemoteSelectorView', function() {
describe('RemoteSelectorView', function() {
function buildApp(overrideProps = {}) {
const props = {
remotes: new RemoteSet(),
Expand Down

0 comments on commit 886a3fa

Please sign in to comment.