Make Mocha ingore leaks, spaces -> tabs
This commit is contained in:
parent
b0df9627b0
commit
a2b62b3bd2
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
<script>
|
||||
mocha.setup('bdd');
|
||||
mocha.ignoreLeaks();
|
||||
mocha.ignoreLeaks(true);
|
||||
</script>
|
||||
|
||||
<!-- spec files -->
|
||||
|
Loading…
Reference in New Issue
Block a user