Skip to content

Commit 029680b

Browse files
execute all tests
1 parent 1c860ab commit 029680b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/transposeObjectArray.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22
import { transposeObjectArray } from '../transposeObjectArray';
33

4-
describe.only('transposeObjectArray', () => {
4+
describe('transposeObjectArray', () => {
55
it('should handle empty array', () => {
66
const result = transposeObjectArray({objects: [], properties: ['id', 'name']});
77
expect(result).to.deep.equal({});

0 commit comments

Comments
 (0)