remove jquery from spec

This commit is contained in:
Jeremy Apthorp
2019-12-04 11:15:30 -08:00
parent 6b46f37167
commit 7b885c8ca8
2 changed files with 1 additions and 17 deletions

View File

@@ -1,14 +1,5 @@
<html>
<head>
<meta name="referrer" content="always">
<link href="../node_modules/mocha/mocha.css" rel="stylesheet">
<script src="jquery-2.0.3.min.js"></script>
</head>
<body>
<div id="mocha"></div>
<script type="text/javascript" charset="utf-8">
<script>
(function() {
// Deprecated APIs are still supported and should be tested.
process.throwDeprecation = false
@@ -93,7 +84,6 @@
const runner = mocha.run(() => {
// Ensure the callback is called after runner is defined
setTimeout(() => {
Mocha.utils.highlightTags('code')
ipcRenderer.send('process.exit', runner.failures)
}, 0)
})

File diff suppressed because one or more lines are too long