UNPKG

156 BJavaScriptView Raw
1'use strict'
2
3const pkg = require('../')
4
5describe('package.spec', () => {
6 it('should export a function', () => {
7 expect(pkg).to.be.a('function')
8 })
9})