🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
Run tests for the React codebase.
Arguments:
Usage Examples:
/test ReactFiberHooks
/test experimental ReactFiberHooks
/test www ReactFiberHooks
/test www variant false ReactFiberHooks
/test stable ReactFiberHooks
/test classic ReactFiberHooks
/test watch ReactFiberHooks
Release Channels:
(default)
experimental
www
www variant false
stable
classic
Instructions:
yarn test --silent --no-watchman <pattern>
yarn test -r=experimental --silent --no-watchman <pattern>
yarn test-stable --silent --no-watchman <pattern>
yarn test-classic --silent --no-watchman <pattern>
yarn test-www --silent --no-watchman <pattern>
yarn test-www --variant=false --silent --no-watchman <pattern>
Hard Rules:
Common Mistakes:
__VARIANT__
@gate
feature-flags