subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
479 stars 74 forks source link

Remove tests from README, since they seem to not exist anymore #166

Closed zmilonas closed 6 years ago

zmilonas commented 6 years ago

I tried really hard to find these tests but couldn't find any.

Isn't that a leftover from some kind of boilerplate?

Testing: not neccessary

subdavis commented 6 years ago

Tests are just fine, and live in tests/

The package.json has changed however. yarn dev-tests is now the command to build tests. Then you can open file:///path/to/Tusk/tests/test.html in chrome (not currently working in firefox).

I'll make this change. Thank you.