Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

SukantPal8MIT1.0.1

Unit-testing the PixiJS way!

rush, pixijs, test, floss, unit-test, mocha

readme

@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

changelog

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

This log was last generated on Sat, 22 Aug 2020 22:23:38 GMT and should not be manually modified.

1.0.1

Sat, 22 Aug 2020 22:23:38 GMT

Patches

  • First release!