Created
October 15, 2020 19:01
-
-
Save qunabu/67adc3d484f21d6dacfd564036ce5bcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beforeAll(async (done) => { | |
user = await userFactory.createUser(strapi); | |
await grantPrivilage(1, "permissions.application.controllers.hello.hi"); | |
done(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment