UNPKG

easily-expect

Version:
10 lines (8 loc) 203 B
/* global describe, it */ 'use strict' const { checkWithin } = require('../index') describe('Test checkWithin', () => { it('1. simple test', () => { checkWithin(2, 5, 2, 3, 4, 5) }) })