mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix rsmq-worker/rsmq-worker-tests.ts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/// <reference path="./rsmq-worker.d.ts" />
|
||||
|
||||
import RSMQWorker = require('rsmq-worker');
|
||||
|
||||
@@ -20,4 +21,3 @@ worker.send('message2', 1, (e: Error, id:string) => {
|
||||
worker.send('message3', () => {});
|
||||
|
||||
worker.stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user