Skip to content

Commit

Permalink
execute all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abrantesarthur committed Jan 14, 2025
1 parent 1c860ab commit 029680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/transposeObjectArray.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai';
import { transposeObjectArray } from '../transposeObjectArray';

describe.only('transposeObjectArray', () => {
describe('transposeObjectArray', () => {
it('should handle empty array', () => {
const result = transposeObjectArray({objects: [], properties: ['id', 'name']});
expect(result).to.deep.equal({});
Expand Down

0 comments on commit 029680b

Please sign in to comment.