We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041a9f3 commit 67e615eCopy full SHA for 67e615e
test/unit/utils.test.js
@@ -37,7 +37,7 @@ describe('utils.js', () => {
37
expect(result).to.be.undefined;
38
});
39
40
- it('should resolve promise to callback', done => {
+ it('should call callback with the resolved value from the promise', done => {
41
const promise = Promise.resolve(2);
42
const result = maybeCallback(promise, (error, result) => {
43
try {
0 commit comments