Describe the bug
Running npm test on a fresh install fails because the planet/js/tests/CacheManager.test.js suite throws a Cannot find module error for fake-indexeddb/auto.
The fake-indexeddb database mocking package is require()'d by the test file, but it is missing from the project's devDependencies in package.json.
Steps to reproduce
- Clone the repository and run
npm ci
- Run the specific test:
npx jest planet/js/__tests__/CacheManager.test.js
- See the error:

Describe the bug
Running
npm teston a fresh install fails because the planet/js/tests/CacheManager.test.js suite throws aCannot find moduleerror forfake-indexeddb/auto.The
fake-indexeddbdatabase mocking package isrequire()'d by the test file, but it is missing from the project'sdevDependenciesin package.json.Steps to reproduce
npm cinpx jest planet/js/__tests__/CacheManager.test.js