blob: 39f4c43f93266799dadbc3522dae575a2d134b5e [file] [view]
## Testing optional dependencies
chokidar in package.json has an optionalDependency on fsevents which only
installs on OSX and does not install on Windows and linux. This dep here will test
optionalDependencies for npm_install and yarn_install on all three platforms in CI