Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created October 15, 2020 19:01
Show Gist options
  • Save qunabu/67adc3d484f21d6dacfd564036ce5bcf to your computer and use it in GitHub Desktop.
Save qunabu/67adc3d484f21d6dacfd564036ce5bcf to your computer and use it in GitHub Desktop.
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