[feature/JENKINS-36211] remove only

This commit is contained in:
Thorsten Scherler 2016-07-08 21:14:29 +02:00
parent fa1bfcc8ad
commit 7d3e1188a7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import {
const middlewares = [thunk];
const mockStore = configureMockStore(middlewares);
describe.only("Store should work", () => {
describe("Store should work", () => {
describe("Log Store should work", () => {
afterEach(() => {
nock.cleanAll()