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
Not totally sure what it's about but this fix makes the warnings go away
and doesn't break anything
```
▲ [WARNING] "./reporters/parallel-buffered" should be marked as external for use with "require.resolve" [require-resolve-not-external]
../../node_modules/.pnpm/[email protected]/node_modules/mocha/lib/nodejs/parallel-buffered-runner.js:19:2:
19 │ './reporters/parallel-buffered'
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▲ [WARNING] "./worker.js" should be marked as external for use with "require.resolve" [require-resolve-not-external]
../../node_modules/.pnpm/[email protected]/node_modules/mocha/lib/nodejs/buffered-worker-pool.js:16:36:
16 │ const WORKER_PATH = require.resolve('./worker.js');
╵ ~~~~~~~~~~~~~
```
## Checklist
- [-] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [-] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [-] I have not broken the cheatsheet
0 commit comments