Skip to content

Commit 9c16662

Browse files
committed
Added failing test showing no callbacks exported.
1 parent b9aebb5 commit 9c16662

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ describe("Promisify", function() {
1414
done();
1515
});
1616
});
17+
18+
it("exports a callbacks array", function() {
19+
assert(Array.isArray(promisify.callbacks));
20+
});
1721
});

0 commit comments

Comments
 (0)