mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2024-12-29 14:39:50 +01:00
5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Running unit test... 🤞 🚑 💊"
|
||
|
npm run test:unit -- --coverage
|