Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Jun 5, 2024
1 parent 65b1ab3 commit eefa8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgrest-core/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import * as Import from '../src';

describe('index exports', () => {
it('should export', () => {
expect(Object.keys(Import)).toHaveLength(38);
expect(Object.keys(Import)).toHaveLength(39);
});
});

0 comments on commit eefa8e6

Please sign in to comment.