metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Bug in test/poolify-symbol #377

Closed machendos closed 6 years ago

machendos commented 6 years ago

In metatest@0.1.12 we don't require poolify-symbol test file. In 0.2.0 we require all files by fs.readdir(), and tests break down due to file poolify-symbol

lundibundi commented 6 years ago

The file doesn't test any existing functionality and we don't use any of the TDD methods here so I have removed that file in the PR (https://github.com/metarhia/metasync/pull/374/commits/05f76b1734303092513fd1c45954d3acaa53bd71).