UNPKG

igo

Version:

Igo is a Node.js Web Framework based on Express

15 lines (9 loc) 302 B
const assert = require('assert'); const _ = require('lodash'); // describe('dev/webpack.config', function() { it('should return webpackConfig object', function() { var webpackConfig = require('../../src/dev/webpack.config'); assert(webpackConfig !== undefined); }); });