It looks like the last upgrade, from a couple years ago, inadvertently stopped running tests in CI and dev. CI runs `npm test`, which runs `lint:*` and `test:*` concurrently, but there is nothing starting with `test:`, so this command only runs lint.
It looks like the last upgrade, from a couple years ago, inadvertently stopped running tests in CI and dev.
CI runs
npm test, which runslint:*andtest:*concurrently, but there is nothing starting withtest:, so this command only runs lint.