From c7e7b956c18bb7326e6469a4f4253dd8689af0d7 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 19 Jan 2019 23:13:49 +0300 Subject: [PATCH] change docs tests name to "docs" --- frontend/package-lock.json | 28 +++++++++++++++++++++------- tests/integration/docs.test.ts | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 419fb08..1ff2e80 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3231,12 +3231,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3251,17 +3253,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3378,7 +3383,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3390,6 +3396,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3404,6 +3411,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3411,12 +3419,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -3435,6 +3445,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3515,7 +3526,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3527,6 +3539,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -3648,6 +3661,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/tests/integration/docs.test.ts b/tests/integration/docs.test.ts index 4e09e82..446c614 100644 --- a/tests/integration/docs.test.ts +++ b/tests/integration/docs.test.ts @@ -12,7 +12,7 @@ const callback = app.callback(); let seed: ISeed; -describe("users", () => { +describe("docs", () => { before(async () => { await connect(); });