mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Test attempt #1
This commit is contained in:
@@ -355,6 +355,10 @@ q2.unshift(['task3', 'task4', 'task5'], function (error) {
|
||||
console.log('Finished tasks');
|
||||
});
|
||||
|
||||
let q2Length = q2.length();
|
||||
q2.push('testRemovalTask');
|
||||
q2.remove(x => x.data === 'testTaskRemoval');
|
||||
console.log('how can I fail the test?');
|
||||
|
||||
var aq = async.queue<number, number>(function (level: number, callback: (error?: Error, newLevel?: number) => void) {
|
||||
console.log('hello ' + level);
|
||||
|
||||
Reference in New Issue
Block a user