mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
A test using `assert.eventually` was failing after the Bluebird removal but worked with just `await`, and since there hasn't really been much point to Chai as Promised since the introduction of `async`/`await` ages ago, just remove the library instead of figuring out why.
16 lines
493 B
HTML
16 lines
493 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"></meta>
|
|
<title>Zotero Unit Tests</title>
|
|
</head>
|
|
<body>
|
|
<script src="resource://zotero-unit/chai.js"></script>
|
|
<script src="resource://zotero-unit/mocha.js"></script>
|
|
<script src="resource://zotero-unit/co-mocha.js"></script>
|
|
<script src="resource://zotero-unit/sinon.js"></script>
|
|
<script src="resource://zotero-unit/pako_inflate.js"></script>
|
|
<script src="support.js"></script>
|
|
<script src="runtests.js"></script>
|
|
</body>
|
|
</html>
|