UNPKG

easily-expect

Version:
10 lines (8 loc) 219 B
/* global describe, it */ 'use strict' const { checkMost } = require('../index') describe('Test checkMost', () => { it('1. simple test', () => { checkMost(5, 5, 4, 'abcde'.length, 'abcd'.length) }) })