Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
Follow up from#9306.
we should probably build out a test case using
typescript-estree/tests/fixturesthat allows us to do tests with project service without mocking out the entire world.
Project service test cases require quite a bit of mocking increateProjectService.test.ts. Suggestion is to build out test cases using fixtures to reduce the number of tsserver mocks.