Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
fix ava usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed May 9, 2020
1 parent d1a4b33 commit c5c61ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import stream from 'stream'
import test from 'ava'
import koa from 'koa'
import axios from 'axios'
import tunnelAgent from 'tunnel-agent'
import kroxy from '.'
const stream = require('stream')
const test = require('ava')
const koa = require('koa')
const axios = require('axios')
const tunnelAgent = require('tunnel-agent')
const kroxy = require('.')

const generalKroxyApp = (() => {
const app = koa()
Expand Down

0 comments on commit c5c61ba

Please sign in to comment.