medfreeman / markdown-it-toc-and-anchor

markdown-it plugin to add a toc and anchor links in headings
MIT License
60 stars 35 forks source link

Tests not working correctly on Windows #14

Closed medfreeman closed 8 years ago

medfreeman commented 8 years ago

Depending on my location i develop on different platforms. On windows 7 yesterday, i noticed that eslint scans the whole folder structure, not only src folder. And globs seem to be not supported directly on npm scripts on windows, causing ava not to find any test file to process. I'll submit a pull request in a few minutes, i confirm it also works on macOSX with the new syntax, not tested on linux, but should work without problems.