Make Mocha ingore leaks, spaces -> tabs
This commit is contained in:
parent
b0df9627b0
commit
a2b62b3bd2
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Spec Runner</title>
|
<title>Leaflet Spec Runner</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../node_modules/mocha/mocha.css">
|
<link rel="stylesheet" type="text/css" href="../node_modules/mocha/mocha.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
mocha.setup('bdd');
|
mocha.setup('bdd');
|
||||||
mocha.ignoreLeaks();
|
mocha.ignoreLeaks(true);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- spec files -->
|
<!-- spec files -->
|
||||||
|
Loading…
Reference in New Issue
Block a user