We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
race()
1 parent fa49e4c commit 1a213e4Copy full SHA for 1a213e4
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