Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Nov 11, 2024
1 parent e783e47 commit 0c7b535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/chai": "^4.3.4",
"@types/clone-deep": "^4.0.1",
"@types/mocha": "5.2.6",
"@types/node": "^11.15.54",
"@types/node": "11.13.4",
"@types/rimraf": "2.0.2",
"@types/selenium-webdriver": "4.1.3",
"@types/shelljs": "^0.8.11",
Expand Down Expand Up @@ -57,7 +57,6 @@
"prettier": "^3.0.2",
"rimraf": "2.6.2",
"selenium-webdriver": "4.6.1",
"sharp": "^0.33.0",
"shelljs": "^0.8.5",
"ts-node": "^10.9.1",
"typescript": "4.9.4",
Expand All @@ -67,8 +66,7 @@
"dependencies": {
"@eclipse-che/api": "latest",
"inversify": "6.0.1",
"reflect-metadata": "0.1.13",
"tesseract.js": "^5.0.3"
"reflect-metadata": "0.1.13"
},
"resolutions": {
"minimist": "^1.2.5"
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/utils/workspace/TestWorkspaceUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import axios, { AxiosResponse } from 'axios';
import { ITestWorkspaceUtil } from './ITestWorkspaceUtil';
import { ApiUrlResolver } from './ApiUrlResolver';
import { TIMEOUT_CONSTANTS } from '../../constants/TIMEOUT_CONSTANTS';
import {string} from "yaml/dist/schema/common/string";

@injectable()
export class TestWorkspaceUtil implements ITestWorkspaceUtil {
Expand Down

0 comments on commit 0c7b535

Please sign in to comment.