Commit 6b05a90d authored by Stefan Penner's avatar Stefan Penner

Merge pull request #90 from stefanpenner/master

fix test load order issue
parents 001e41e8 7d050a47
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