Add missing test data files
This commit is contained in:
parent
20945f60c9
commit
bbdcb92042
4 changed files with 10 additions and 1 deletions
9
test/tests/data/test-hidden.html
Normal file
9
test/tests/data/test-hidden.html
Normal 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
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
BIN
test/tests/data/test.sqlite
Normal file
Binary file not shown.
|
@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue