Skip to content

Commit

Permalink
Add test for @ember/object/compat types
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Apr 28, 2021
1 parent 4c84589 commit e1be99e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@ember/object/type-tests/compat.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { dependentKeyCompat } from '@ember/object/compat';
import { expectTypeOf } from 'expect-type';

expectTypeOf(dependentKeyCompat).toMatchTypeOf<Function>();

0 comments on commit e1be99e

Please sign in to comment.