Skip to content

Commit 7dcc4ff

Browse files
committed
Changes while reviewing and testing
1 parent bdbfdd5 commit 7dcc4ff

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

routes/__tests__/history.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { jest } from "@jest/globals"
2+
jest.setTimeout(10000)
23

34
// Only real way to test an express route is to mount it and call it so that we can use the req, res, next.
45
import express from "express"

routes/__tests__/since.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { jest } from "@jest/globals"
2+
jest.setTimeout(10000)
23

34
// Only real way to test an express route is to mount it and call it so that we can use the req, res, next.
45
import express from "express"

0 commit comments

Comments
 (0)