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

Commit

Permalink
Remove forgotten .only
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Nov 20, 2017
1 parent e7c68da commit 620c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/modules/autoUpdater.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai'; // eslint-disable-line import/no-extraneous-depen
import sinon, { spy } from 'sinon'; // eslint-disable-line import/no-extraneous-dependencies
import autoUpdater from './autoUpdater';

describe.only('autoUpdater', () => {
describe('autoUpdater', () => {
const version = '1.2.3';
let params;
let callbacks;
Expand Down

0 comments on commit 620c6b5

Please sign in to comment.