mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact requestHandler into TS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* test for rule replaceOption rule
|
||||
*
|
||||
*/
|
||||
const util = require('../../lib/util');
|
||||
const util = require('../../lib/util').default;
|
||||
|
||||
describe('utils', () => {
|
||||
it('should get some free ports', done => {
|
||||
|
||||
Reference in New Issue
Block a user