Skip to content

Commit

Permalink
✅ Add test for condition where a value exists in both inclusion and e…
Browse files Browse the repository at this point in the history
…xclusion rules
  • Loading branch information
kghugo committed Aug 4, 2020
1 parent 197d126 commit d5c5639
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/inclusionLogic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
// })
// })
// })

0 comments on commit d5c5639

Please sign in to comment.