export 'response.clear' to avoid typeErrors

This commit is contained in:
ansuz 2019-09-19 13:55:35 +02:00
parent 047d64a3c2
commit 321df2234d

View File

@ -91,6 +91,7 @@
};
return {
clear: clear,
expected: function (id) {
return Boolean(pending[id]);
},