UNPKG

easily-expect

Version:
10 lines (8 loc) 218 B
/* global describe, it */ 'use strict' const { checkEmpty } = require('../index') describe('Check empty value', () => { it('1. simple test', () => { checkEmpty('', [], {}, new Set(), new Map()) }) })