UNPKG

the-mail

Version:
23 lines (16 loc) 320 B
/** * Test for toLowerKeys. * Runs with mocha. */ 'use strict' const toLowerKeys = require('../lib/helpers/toLowerKeys') const { ok, equal } = require('assert') describe('to-lower-keys', () => { before(() => { }) after(() => { }) it('Do test', () => { }) }) /* global describe, before, after, it */