diff --git a/tests/app.test.ts b/tests/app.test.ts index d7c78f7..aa959e6 100644 --- a/tests/app.test.ts +++ b/tests/app.test.ts @@ -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)