UNPKG

igo

Version:

Igo is a Node.js Web Framework based on Express

14 lines (8 loc) 265 B
const assert = require('assert'); // describe('dev/webpack.config', function() { it('should return webpackConfig object', function() { var webpackConfig = require('../../src/dev/webpack.config'); assert(webpackConfig !== undefined); }); });