You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running integration test Wiki no longer seems to work:
cd integration/messaging
yarn test
yarn run v1.3.2
error Command "test" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
What is the best way to run directory specific tests.
Strange, none of the versions of this file during the time the issue was filed up til now would have had a nonexistent "test" script in package.json. Test running is disabled, but typing the above series of commands currently results in a terminal message explaining tests were disabled due to flakiness.
Looking into fixing the actual tests should probably be an issue in itself though.
(Edit: I think this user's particular error was caused by an older version of Yarn that did not like spaces in package.json scripts: yarnpkg/yarn#809)
Running integration test Wiki no longer seems to work:
What is the best way to run directory specific tests.
@gauntface @jshcrowthe
The text was updated successfully, but these errors were encountered: