Fix lint-staged configuration
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
2022-10-09  Jérôme BenoitFix lint-staged configuration
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-06-26  Jérôme BenoitUpgrade expect to latest
2021-08-29  Jérôme BenoitAdd a pool option to register a message listener on...
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-07  Jérôme BenoitBenchmarks and tests code cleanups. (#257)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-21  Jérôme BenoitEnsure we always clean up resources in ut. (#214)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-16  Alessandro Pio ArdizioMerge pull request #153 from pioardi/add-worker-test
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  aardizioAdd test cases and fixed some sonar code smells