Setuo init pro mocks
This commit is contained in:
parent
3e70369832
commit
12be5a3d83
|
@ -0,0 +1,10 @@
|
||||||
|
// init the licensing mock
|
||||||
|
import { mocks } from "@budibase/backend-core/tests"
|
||||||
|
import * as pro from "@budibase/pro"
|
||||||
|
|
||||||
|
export const initProMocks = () => {
|
||||||
|
mocks.licenses.init(pro)
|
||||||
|
|
||||||
|
// use unlimited license by default
|
||||||
|
mocks.licenses.useUnlimited()
|
||||||
|
}
|
Loading…
Reference in New Issue