Add tests for declaform.

This commit is contained in:
Austin Smith
2025-10-19 11:06:46 -04:00
parent ed00ede04f
commit a3c34de3d2
6 changed files with 4944 additions and 8 deletions

View File

@@ -4,11 +4,15 @@
"description": "A collection of useful web components and functionality.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npx jest"
},
"author": "Austin Smith",
"license": "ISC",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.2"
}
}