diff --git a/test/integration/command-handler/function/shell-js/shell-js.test.ts b/test/integration/command-handler/function/shell-js/shell-js.test.ts index 08517700..c0b085b8 100644 --- a/test/integration/command-handler/function/shell-js/shell-js.test.ts +++ b/test/integration/command-handler/function/shell-js/shell-js.test.ts @@ -1,8 +1,8 @@ import 'mocha'; import { expect } from 'chai'; -import * as testUtils from '../../../utils/test-utils'; -import { VerifyOutputBuilder } from '../../../utils/verify-output-builder'; -import { Platform } from '../../../utils/platform-values/platform'; +import * as testUtils from '../../../../utils/test-utils'; +import { VerifyOutputBuilder } from '../../../../utils/verify-output-builder'; +import { Platform } from '../../../../utils/platform-values/platform'; describe("function command handler", () => {