1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-24 03:34:59 +00:00

test: remove package.json and package-lock.json, charlie provides all deps

Made-with: Cursor
This commit is contained in:
Girish Ramakrishnan
2026-04-16 10:43:00 +02:00
parent 5055ade625
commit 3317e2f0e6
2 changed files with 0 additions and 3503 deletions

3486
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,17 +0,0 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0",
"@cloudron/superagent": "^10.3.0"
},
"type": "module"
}