Skip to content

Commit

Permalink
Fix mock import in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuengas committed Dec 9, 2022
1 parent 076ee07 commit fbc58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {runProxy as runProxyApp} from '../../src/app';
import {MOCK_SERVER_DIR, PROXY_PORT, TARGET_SERVER_PORT} from '../config';
import {runApp as runMockApp} from 'openapi-cop-mock-server';
import {runApp as runMockApp} from '@exxeta/openapi-cop-mock-server';
import {closeServer} from '../../src/util';
import {ChildProcess, spawn} from 'child_process';
import * as waitOn from 'wait-on';
Expand Down

0 comments on commit fbc58eb

Please sign in to comment.