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

Commit

Permalink
Remove only keyword from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa authored Oct 2, 2017
1 parent 0d7631a commit b055619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ipcLocale.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';
import { spy } from 'sinon';
import ipcLocale from './ipcLocale';

describe.only('ipcLocale', () => {
describe('ipcLocale', () => {
const ipc = {
on: spy(),
send: spy(),
Expand Down

0 comments on commit b055619

Please sign in to comment.