UNPKG

core

Version:

Core Libs

7 lines 257 B
describe('DecoratorChain', function () { var DecoratorChain; it('require', function () { DecoratorChain = require('../../../lib/pattern/decorator/DecoratorChain.js').DecoratorChain expect(DecoratorChain).toBeTruthy(); }) })