Skip to content

Commit

Permalink
added: type test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Pasynok committed Nov 3, 2024
1 parent a9cf615 commit 7871d34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/compose/__tests__/up.spec-d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { AnyContainer } from '../../createContainer';
import { compose } from '../index';

test('compose.up parameters', () => {
expectTypeOf<Parameters<typeof compose.up>[0]>().toEqualTypeOf<AnyContainer[]>();
});

0 comments on commit 7871d34

Please sign in to comment.