Skip to content

Instantly share code, notes, and snippets.

@AkshayCHD
Created January 11, 2022 14:57
Show Gist options
  • Save AkshayCHD/998cab36460d5a78893df5d3275585dc to your computer and use it in GitHub Desktop.
Save AkshayCHD/998cab36460d5a78893df5d3275585dc to your computer and use it in GitHub Desktop.
describe("User Service Unit Tests", function () {
describe("Save User functionality", function () {
it("should successfully add a user if the number of users in the DB with the same profiled is zero", async function () {
});
it("should throw an error if the number of users with the same profileId is not zero", async function () {
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment