Skip to content

Commit 5931c69

Browse files
committed
Add note about vendored lib
1 parent b7289f9 commit 5931c69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration/retry.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
function runTest(handler) {
25
return new Promise((resolve, reject) => {
36
const result = handler((err) => (err ? reject(err) : resolve()));

0 commit comments

Comments
 (0)