From 11cf48259a987ab2d48355f14b3f11d897d6c8fa Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sun, 14 Mar 2021 21:33:23 -0700 Subject: 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) --- test/test-resources/test-page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/test-resources/test-page.html (limited to 'test/test-resources/test-page.html') diff --git a/test/test-resources/test-page.html b/test/test-resources/test-page.html new file mode 100644 index 0000000..5ae2887 --- /dev/null +++ b/test/test-resources/test-page.html @@ -0,0 +1,11 @@ + + + + + Title of Test Page + + + + Body Text of Test Page + + -- cgit v1.2.3