Commit 7d050a47 authored by Stefan Penner's avatar Stefan Penner

fix test dep load order issue

parent 001e41e8
module.exports = {
tests: {
src: ['test/test-adapter.js',
'node_modules/promises-aplus-tests/lib/tests/**/*.js',
'node_modules/promises-aplus-tests/node_modules/sinon/lib/{sinon.js,sinon/*.js}'],
'node_modules/promises-aplus-tests/node_modules/sinon/lib/{sinon.js,sinon/*.js}',
'node_modules/promises-aplus-tests/lib/tests/**/*.js'],
dest: 'tmp/tests-bundle.js'
}
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment