Skip to content

Commit 02a2cbd

Browse files
committed
fix: revert internal.test.ts; tests should pass in CI
1 parent e92a01d commit 02a2cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi-ts/src/__tests__/internal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('internal entry index', () => {
2-
it('should be exported', { timeout: 10000 }, async () => {
2+
it('should be exported', async () => {
33
const internal = await import('../internal');
44
expect(internal.getSpec).toBeDefined();
55
expect(internal.initConfigs).toBeDefined();

0 commit comments

Comments
 (0)