mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Chore: Add manual mock for useLicenseLimits
This commit is contained in:
parent
3a0d905f2d
commit
5659a628ab
@ -0,0 +1,8 @@
|
||||
export const useLicenseLimits = jest.fn().mockReturnValue({
|
||||
isError: false,
|
||||
isLoading: false,
|
||||
license: {},
|
||||
getFeature() {
|
||||
return {}
|
||||
}
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user