refactor: move unit tests to test/unit

This commit is contained in:
Joe Previte
2021-03-09 16:32:31 -07:00
parent ed839c9a03
commit 3f7104bb4e
22 changed files with 269 additions and 72 deletions

View File

@@ -0,0 +1,16 @@
{
"private": true,
"name": "test-plugin",
"version": "1.0.0",
"engines": {
"code-server": "^3.7.0"
},
"main": "out/index.js",
"devDependencies": {
"@types/express": "^4.17.8",
"typescript": "^4.0.5"
},
"scripts": {
"build": "tsc"
}
}