From e37fc3886eb37fe4c9933cd981833105d49772af Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 19 Aug 2024 16:11:31 +0800 Subject: [PATCH] small fix --- package.json | 4 +--- test/featureManager.test.ts | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0d917bb..ea96126 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "chai": "^4.4.0", + "chai-as-promised": "^7.1.1", "eslint": "^8.56.0", "mocha": "^10.2.0", "rimraf": "^5.0.5", @@ -50,8 +51,5 @@ "rollup-plugin-dts": "^6.1.0", "tslib": "^2.6.2", "typescript": "^5.3.3" - }, - "dependencies": { - "chai-as-promised": "^7.1.1" } } diff --git a/test/featureManager.test.ts b/test/featureManager.test.ts index b22484b..2fd9699 100644 --- a/test/featureManager.test.ts +++ b/test/featureManager.test.ts @@ -72,6 +72,6 @@ describe("feature manager", () => { ]); }); - it("shoud evaluate features with conditions"); - it("shoud override default filters with custom filters"); + it("should evaluate features with conditions"); + it("should override default filters with custom filters"); });