Skip to content

Commit

Permalink
removed another .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hristov committed May 16, 2018
1 parent 40d00ba commit d29b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/tests/delta-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function testFunc() {
}

dataStoreTypes.forEach((currentDataStoreType) => {
describe.only(`${currentDataStoreType} Deltaset tests`, () => {
describe(`${currentDataStoreType} Deltaset tests`, () => {
let conditionalDescribe = currentDataStoreType === Kinvey.DataStoreType.Sync ? describe.skip : describe;
describe('pull', () => {
const dataStoreType = currentDataStoreType;
Expand Down

0 comments on commit d29b076

Please sign in to comment.