We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964dd43 commit 43460d7Copy full SHA for 43460d7
modules/50-objects/45-record/test.ts
@@ -22,7 +22,5 @@ test('function', () => {
22
const isUserAllowed = checkUserAccess('user', 'adminPanel');
23
expect(isUserAllowed).toBe(false);
24
25
- expectTypeOf(checkUserAccess).parameters.toExtend<
26
- [UserRole, UserResource]
27
- >();
+ expectTypeOf(checkUserAccess).parameters.toExtend<[UserRole, UserResource]>();
28
});
0 commit comments