storage-upload/test/helper.server.js

9 lines
188 B
JavaScript
Raw Normal View History

2017-12-09 21:51:18 +00:00
// import _ from 'lodash'
// import sinon from 'sinon'
import server from '../server'
import client from './helper.client'
after(() => server.close())
export const createClient = client