UNPKG

majic

Version:

A micro javascript/node.js ioc dependency injection container

9 lines (7 loc) 246 B
var approotpath = require('app-root-path'); var majic = require(`${approotpath}/index.js`); describe('start script', () => { it('should start with non null opts', () => { return majic.start({ verbose: false, scan: [] }); }); });