mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
add leak test scaffolding
This commit is contained in:
11
test/leaks/package.json
Normal file
11
test/leaks/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user