Skip to content

Commit

Permalink
Removed unwanted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Nov 6, 2024
1 parent d6fed66 commit ecd24ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/testUtils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path = require('path');
import { Workbench, InputBox, DefaultTreeItem, ModalDialog } from 'vscode-extension-tester';
import * as fs from 'fs';
import { GRADLE_PROJECT, MAVEN_PROJECT, STOP_DASHBOARD_MAC_ACTION } from '../definitions/constants';
import { STOP_DASHBOARD_MAC_ACTION } from '../definitions/constants';
import { MapContextMenuforMac } from './macUtils';
import clipboard = require('clipboardy');
import { expect } from 'chai';
Expand Down

0 comments on commit ecd24ac

Please sign in to comment.