0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 23:12:39 +00:00

Add HTML sanitization test step to CircleCI

This commit is contained in:
G.Ambatte
2024-07-04 10:07:05 +12:00
parent e83e6567af
commit c17f976385

View File

@@ -73,6 +73,9 @@ jobs:
- run: - run:
name: Test - Routes name: Test - Routes
command: npm run test:route command: npm run test:route
- run:
name: Test - HTML sanitization
command: npm run test:safehtml
- run: - run:
name: Test - Coverage name: Test - Coverage
command: npm run test:coverage command: npm run test:coverage