UNPKG

generator-hilary

Version:

Yeoman generator for projects that use hilary IoC (DI)

13 lines (10 loc) 313 B
'use strict'; var testComposition = require('../../tests/testComposition.js'); testComposition.compose([ function (scope, next) { scope.register(require('./ExceptionHandler-spec.js')); next(null, scope); } ], function (err, scope) { scope.resolve('ExceptionHandler-spec').run(); });