test: add frontend tests for vue components

This commit is contained in:
dni ⚡
2025-12-23 10:58:46 +01:00
parent 8e0d1cc100
commit b2aaf97cf3
7 changed files with 2705 additions and 4 deletions
+4
View File
@@ -41,6 +41,10 @@ dev:
docker:
docker build -t lnbits/lnbits .
test-frontend:
npm install
npm test
test-wallets:
LNBITS_DATA_FOLDER="./tests/data" \
LNBITS_BACKEND_WALLET_CLASS="FakeWallet" \