TabFS/test/README.md
Omar Rizwan 11cf48259a test: separate tests from background.js, clean up and document a bit
also makes the test more lenient (subset instead of equality for tab
entries)
2021-03-14 21:33:23 -07:00

13 lines
416 B
Markdown

# test
Two separate test 'suites': one in `test.js` that uses node, and one
in `test.c` that is an integration test that actually tests against
the extension in browser.
Right now, you need to have Chrome open (I haven't tried Firefox or
Safari), and you'll want to make sure a window other than the
extension console is focused (the console is non-debuggable, so it
breaks the test).
Run `make` in this folder.