Skip to content

Commit

Permalink
fixed build of cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat committed Jul 13, 2018
1 parent 43b3d7f commit 34d0f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testring-cli/src/commands/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { browserProxyControllerFactory } from '@testring/browser-proxy';
import { transport } from '@testring/transport';
import { RecorderServer } from '@testring/recorder-backend';
import { RecorderServerMessageTypes } from '@testring/types';
import { HttpClientLocal } from '../../../testring-http-api/src';
import { HttpClientLocal } from '@testring/http-api';


export const runRecordingProcess = async (argv: Array<string>, stdout: NodeJS.WritableStream) => {
Expand Down

0 comments on commit 34d0f4b

Please sign in to comment.