mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove jquery from spec
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
6
spec/static/jquery-2.0.3.min.js
vendored
6
spec/static/jquery-2.0.3.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user