Whoo got unit tests that are failing...

This commit is contained in:
Lani Aung
2025-06-07 15:26:51 -07:00
parent 5e9039efad
commit 44053555ec
15 changed files with 2472 additions and 114 deletions
+6
View File
@@ -1,5 +1,11 @@
{
"scripts": {
"test-serve": "webpack --config webpack-test.config.js --mode development && jasmine-browser-runner"
},
"devDependencies": {
"glob": "^11.0.2",
"jasmine-browser-runner": "^3.0.0",
"jasmine-core": "^5.8.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",