feat: navbar unit test

This commit is contained in:
Maulana Sodiqin
2025-03-16 00:16:58 +07:00
parent ec02a4ef83
commit 3964c22c66
2 changed files with 178 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"dimentorin:dev": "nx serve dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"ui:test": "nx test ui"
"ui:test": "nx test ui",
"ui:build": "nx build ui"
},
"private": true,
"dependencies": {