Add missing test data files

This commit is contained in:
Dan Stillman 2022-06-21 01:21:11 -04:00
parent 20945f60c9
commit bbdcb92042
4 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>This is a test.</p>
<p style="display: none">This is hidden text.</p>
</body>
</html>

BIN
test/tests/data/test.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
test/tests/data/test.sqlite Normal file

Binary file not shown.

View file

@ -16,7 +16,7 @@ describe("Zotero.MIME", function () {
});
it("should detect SQLite database", async function () {
await test('dev@zotero.org@www.mendeley.com.sqlite', 'application/x-sqlite3');
await test('test.sqlite', 'application/x-sqlite3');
});
});
});