Skip to content

Commit

Permalink
remove .only (#5943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and mistercrunch committed Sep 20, 2018
1 parent 00c4c7e commit 8c83b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { it, describe } from 'mocha';
import { expect } from 'chai';
import convertKeysToCamelCase from '../../../src/utils/convertKeysToCamelCase';

describe.only('convertKeysToCamelCase(object)', () => {
describe('convertKeysToCamelCase(object)', () => {
it('returns undefined for undefined input', () => {
expect(convertKeysToCamelCase(undefined)).to.equal(undefined);
});
Expand Down

0 comments on commit 8c83b72

Please sign in to comment.