We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
race()
1 parent 6587b7b commit 0494fc0Copy full SHA for 0494fc0
test/ng/qSpec.js
@@ -2008,7 +2008,7 @@ describe('q', function() {
2008
});
2009
2010
describe('race (hash)', function() {
2011
- it('should do nothing if given an empty array', function() {
+ it('should do nothing if given an empty object', function() {
2012
q.race({}).then(success(), error());
2013
expect(mockNextTick.queue.length).toBe(0);
2014
expect(logStr()).toBe('');
0 commit comments