Fixed typo
This commit is contained in:
parent
5d705482f9
commit
f0c19e39f1
|
@ -27,7 +27,7 @@ afterEach(() => {
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("/login works as instended", async () => {
|
describe("/login works as intended", async () => {
|
||||||
let correctRespose: Response;
|
let correctRespose: Response;
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
correctRespose = await request(app)
|
correctRespose = await request(app)
|
||||||
|
|
Loading…
Reference in New Issue