Skip to content

Commit fbc58eb

Browse files
committed
Fix mock import in test script
1 parent 076ee07 commit fbc58eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/util/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {runProxy as runProxyApp} from '../../src/app';
22
import {MOCK_SERVER_DIR, PROXY_PORT, TARGET_SERVER_PORT} from '../config';
3-
import {runApp as runMockApp} from 'openapi-cop-mock-server';
3+
import {runApp as runMockApp} from '@exxeta/openapi-cop-mock-server';
44
import {closeServer} from '../../src/util';
55
import {ChildProcess, spawn} from 'child_process';
66
import * as waitOn from 'wait-on';

0 commit comments

Comments
 (0)