Update koa-static-cache-tests.ts

This commit is contained in:
JounQin 2018-06-05 09:34:43 +08:00 committed by GitHub
parent 70c27888b3
commit 41a22c965c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import * as Koa from 'koa';
import * as staticCache from 'koa-static-cache';
import Koa = require('koa');
import staticCache = require('koa-static-cache');
const app = new Koa();