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
we should probably build out a test case using typescript-estree/tests/fixtures that allows us to do tests with project service without mocking out the entire world.
Project service test cases require quite a bit of mocking in createProjectService.test.ts. Suggestion is to build out test cases using fixtures to reduce the number of tsserver mocks.