From d5c563925a25005fe28cbcfa228cf96b7b46edf1 Mon Sep 17 00:00:00 2001 From: kghugo Date: Wed, 5 Aug 2020 05:45:06 +0800 Subject: [PATCH] :white_check_mark: Add test for condition where a value exists in both inclusion and exclusion rules --- test/inclusionLogic.spec.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/inclusionLogic.spec.js b/test/inclusionLogic.spec.js index d661055..eb418cf 100644 --- a/test/inclusionLogic.spec.js +++ b/test/inclusionLogic.spec.js @@ -47,4 +47,10 @@ // done() // }) // }) +// +// describe('if the unit of a value is included in includedUnits and excludedUnits', function () { +// it('should not be transformed', function (done) { +// done() +// }) +// }) // })