mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
remove .only (#5943)
This commit is contained in:
committed by
Maxime Beauchemin
parent
00c4c7ec4b
commit
8c83b72ce2
@@ -2,7 +2,7 @@ import { it, describe } from 'mocha';
|
|||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
import convertKeysToCamelCase from '../../../src/utils/convertKeysToCamelCase';
|
import convertKeysToCamelCase from '../../../src/utils/convertKeysToCamelCase';
|
||||||
|
|
||||||
describe.only('convertKeysToCamelCase(object)', () => {
|
describe('convertKeysToCamelCase(object)', () => {
|
||||||
it('returns undefined for undefined input', () => {
|
it('returns undefined for undefined input', () => {
|
||||||
expect(convertKeysToCamelCase(undefined)).to.equal(undefined);
|
expect(convertKeysToCamelCase(undefined)).to.equal(undefined);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user