v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f0c19e39f1 - Show all commits

View File

@ -27,7 +27,7 @@ afterEach(() => {
}));
});
describe("/login works as instended", async () => {
describe("/login works as intended", async () => {
let correctRespose: Response;
beforeAll(async () => {
correctRespose = await request(app)