There was an error while loading. Please reload this page.
1 parent b7289f9 commit 5931c69Copy full SHA for 5931c69
1 file changed
tests/integration/retry.js
@@ -1,3 +1,6 @@
1
+// Vendored from https://www.npmjs.com/package/jest-retries MIT License
2
+// Includes adjustments to pass in timeout values to the underlying jest test function
3
+
4
function runTest(handler) {
5
return new Promise((resolve, reject) => {
6
const result = handler((err) => (err ? reject(err) : resolve()));
0 commit comments