tests - add a UI folder for manual UI tests

This commit is contained in:
Benjamin Pasero
2020-02-07 10:17:49 +01:00
parent a9c4a4397c
commit e48debc94e
11 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "splitview",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"koa": "^2.5.1",
"koa-mount": "^3.0.0",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"mz": "^2.7.0"
}
}