overhaul tests

This commit is contained in:
Rich Harris
2018-10-07 18:23:43 -04:00
committed by GitHub
parent 18acef3190
commit 5e59855a15
183 changed files with 4145 additions and 3126 deletions

View File

@@ -44,9 +44,7 @@ export type ServerRoute = {
export type Dirs = {
dest: string,
src: string,
routes: string,
webpack: string,
rollup: string
routes: string
};
export type ManifestData = {