Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 27, 2021
1 parent ab141a6 commit 531e79d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/DebugProtocolAdapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { assert, expect } from 'chai';
import { Debugger } from '../debugProtocol/Debugger';
import { DebugProtocolAdapter } from './DebugProtocolAdapter';
import { createSandbox } from 'sinon';
import { VariableInfo, VariableResponse } from '../debugProtocol/responses';
import type { VariableInfo } from '../debugProtocol/responses';
import { VariableResponse } from '../debugProtocol/responses';
const sinon = createSandbox();

describe('DebugProtocolAdapter', () => {
Expand Down

0 comments on commit 531e79d

Please sign in to comment.