storage-upload/test/helper.server.js

9 lines
188 B
JavaScript

// import _ from 'lodash'
// import sinon from 'sinon'
import server from '../server'
import client from './helper.client'
after(() => server.close())
export const createClient = client