We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9aebb5 commit 9c16662Copy full SHA for 9c16662
1 file changed
test/index.js
@@ -14,4 +14,8 @@ describe("Promisify", function() {
14
done();
15
});
16
17
+
18
+ it("exports a callbacks array", function() {
19
+ assert(Array.isArray(promisify.callbacks));
20
+ });
21
0 commit comments