We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e0bf4 commit 61e906aCopy full SHA for 61e906a
packages/jupyterlab-lsp/src/editor_integration/testutils.ts
@@ -178,7 +178,8 @@ export namespace IFeatureTestEnvironment {
178
type TestEnvironmentConstructor = new (...args: any[]) => ITestEnvironment;
179
180
function FeatureSupport<TBase extends TestEnvironmentConstructor>(Base: TBase) {
181
- return class FeatureTestEnvironment extends Base
+ return class FeatureTestEnvironment
182
+ extends Base
183
implements IFeatureTestEnvironment {
184
_connections: Map<CodeMirrorIntegration, LSPConnection>;
185
0 commit comments