Include Jest #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Testing suite belongs in this repo so that it can be locked globally instead of in the CI stages.
Makes it a heck of a lot easier to run tests locally as well, and out of the box.
Probably best to start with
@^26
as it is today to ensure all tests run fine. Then upgrade to latest. This way packages with failing tests can just stage their update of this meta library.Split out from os-js/osjs-client#185 (comment)
Tasks
Stage 1
dependency
(make sure it's installed withnode 16
or below!)dev-meta
dependency on every package with tests, verify testsnpm install -g jest
from CI if verifiedStage 2
dev-meta
dependency on every package with tests, verify tests again and fix any errorsRelated packages
The text was updated successfully, but these errors were encountered: