Refactor some tests that use `testCodegenContext` and `testSymbolProvider` (#1898)
Tests that use `testCodegenContext` should rely on the symbol provider hosted within instead of calling `testSymbolProvider`. `testCodegenContext` depends on `testSymbolProvider`, but this is an implementation detail that tests should not rely on.
Loading
Please register or sign in to comment