This commit is contained in:
syuilo 2019-01-25 19:37:45 +09:00
parent 42cd7c8a75
commit 4398651841
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 5 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import * as fs from 'fs';
import * as http from 'http';
import * as assert from 'chai';
assert.use(require('chai-http'));
export const async = (fn: Function) => (done: Function) => {
fn().then(() => {