We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c7633 commit f9d35c7Copy full SHA for f9d35c7
__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts
@@ -3,12 +3,12 @@ import {
3
RunCodeInRemoteEnvironment,
4
RunCodeInRemoteEnvironmentDependencies,
5
RunCodeInRemoteEnvironmentInput
6
-} from './RunCodeInRemoteEnvironment'
+} from '../../../src/core/usecase/RunCodeInRemoteEnvironment'
7
import {
8
Environment,
9
ExecutionResult,
10
RemoteEnvironment
11
-} from '../provider/RemoteEnvironment'
+} from '../../../src/core/provider/RemoteEnvironment'
12
13
describe('RunCodeInRemoteEnvironment use case', () => {
14
const makeSut = () => {
0 commit comments