UNPKG

flowxo-utils

Version:
16 lines (14 loc) 260 B
'use strict'; beforeEach(function() { jasmine.addMatchers({ toBeBetween: function() { return { compare: function(actual, min, max) { return { pass: min <= actual <= max }; } }; } }); });