added tests

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 19:38:10 +02:00
parent 0abd398c10
commit b426d43de0
16 changed files with 1919 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "test-web-project",
"version": "1.0.0",
"description": "Test web project for CI template validation",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"keywords": ["test", "ci", "templates"],
"author": "Test Author",
"license": "MIT",
"devDependencies": {
"prettier": "^3.0.0"
}
}