test: setup Mocha and ask-sdk-test suite for Malayalam calendar skill

This commit is contained in:
2026-07-20 21:25:51 +05:30
parent 04f1d7d9d1
commit 1ac9ead1d5
8 changed files with 3518 additions and 79 deletions
+7 -2
View File
@@ -5,12 +5,17 @@
"main": "src/index.mjs",
"scripts": {
"start": "node src/index.mjs",
"test": "node tests/test-local.mjs",
"test": "mocha \"tests/**/*.spec.mjs\"",
"build": "powershell -ExecutionPolicy Bypass -File ./scripts/build.ps1",
"deploy": "powershell -ExecutionPolicy Bypass -File ./scripts/deploy.ps1"
},
"dependencies": {
"ask-sdk-core": "^2.14.0",
"ask-sdk-model": "^1.86.0",
"kollavarsham": "^2.5.4"
},
"devDependencies": {
"ask-sdk-test": "^2.7.42",
"mocha": "^10.8.2"
}
}
}