add leak test scaffolding

This commit is contained in:
João Moreno
2021-05-06 14:45:10 +02:00
parent 9d56906e78
commit 9a3bfc1ea1
4 changed files with 438 additions and 0 deletions

11
test/leaks/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "leaks",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"koa": "^2.13.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0"
}
}