aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/content/presenters/NavigationPresenter.test.ts4
-rw-r--r--yarn.lock6
2 files changed, 6 insertions, 4 deletions
diff --git a/test/content/presenters/NavigationPresenter.test.ts b/test/content/presenters/NavigationPresenter.test.ts
index af3b487..8d003c4 100644
--- a/test/content/presenters/NavigationPresenter.test.ts
+++ b/test/content/presenters/NavigationPresenter.test.ts
@@ -1,7 +1,9 @@
import { NavigationPresenterImpl } from "../../../src/content/presenters/NavigationPresenter";
import { expect } from "chai";
-describe("NavigationPresenterImpl", () => {
+describe("NavigationPresenterImpl", function () {
+ this.timeout(5000);
+
let sut: NavigationPresenterImpl;
const testRel = (done: () => void, rel: string, html: string) => {
diff --git a/yarn.lock b/yarn.lock
index 989462f..aecf745 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -255,9 +255,9 @@
"@types/range-parser" "*"
"@types/express@^4.17.2":
- version "4.17.8"
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
- integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
+ version "4.17.9"
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
+ integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"