Don't try to include jquery.js in tests HTML page

This commit is contained in:
Dan Stillman 2020-02-11 00:23:11 -05:00
parent 61684d8899
commit 9e2ea008f4

View file

@ -4,7 +4,6 @@
<title>Zotero Unit Tests</title>
</head>
<body>
<script src="jquery.js"></script>
<script src="chrome://zotero/content/include.js"></script>
<script src="resource://zotero-unit/chai.js"></script>
<script src="resource://zotero-unit/chai-as-promised.js"></script>