repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac873b
)
refactor: cleanup exports
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 19:58:22 +0000
(21:58 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 19:58:22 +0000
(21:58 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tests/test-utils.js
patch
|
blob
|
blame
|
history
diff --git
a/tests/test-utils.js
b/tests/test-utils.js
index 0014a7911cf587e876aa817f43155c4de00ffb51..ba5e652d0abeb8ccb2f5d39af7336a54ed02c667 100644
(file)
--- a/
tests/test-utils.js
+++ b/
tests/test-utils.js
@@
-117,6
+117,6
@@
module.exports = {
jsonIntegerSerialization,
sleep,
sleepWorkerFunction,
- wait
Worker
Events,
- wait
Pool
Events
+ wait
Pool
Events,
+ wait
Worker
Events
}