1.0.1 • Published 4 years ago

@pixi-build-tools/floss-rush-monorepo v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@pixi-build-tools/floss-rush-monorepo

This package makes testing Rush monorepos easy with floss (and possibly mocha)! It will use the current working directory to find the Rush configuration file and use the rush-lib API to require all of your test files.

It expects scoped packages to each have a test/index.js file that requires all the test suites. This way all test suites have a single entry point.

Installation :package:

npm install --dev @pixi-build-tools/floss-rush-monorepo

Usage :page_facing_up:

floss --path node_modules/\@pixi-build-tools/floss-rush-monorepo/index.js