liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Sniffers: Find `node_modules` directory #96

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Depending of how this package is installed, the node_modules directory is not always installed in the same location. We introduce the findNodeModules function that tries to locate the node_modules directory by looking the parent directory until reaching the root.