Skip to content

Commit

Permalink
Fixed up CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Feb 15, 2013
1 parent 678ffd9 commit 99d0229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/promise/tests/cli/run.js
Expand Up @@ -22,10 +22,7 @@ YUI({useSync: true }).use('test', function(Y) {
modules: {
'batch-tests': {
fullpath: path.join(__dirname, '../unit/assets/batch-tests.js'),
requires: [
'promise-batch',
'test'
]
requires: [ 'promise', 'test' ]
},
'when-tests': {
fullpath: path.join(__dirname, '../unit/assets/when-tests.js'),
Expand Down
2 changes: 1 addition & 1 deletion src/promise/tests/unit/assets/batch-tests.js
Expand Up @@ -113,7 +113,7 @@ YUI.add('batch-tests', function (Y) {

}, '@VERSION@', {
requires: [
'promise-batch',
'promise',
'test'
]
});

0 comments on commit 99d0229

Please sign in to comment.