Make Mocha ingore leaks, spaces -> tabs

This commit is contained in:
Jan Pieter Waagmeester 2013-10-29 11:36:42 +01:00
parent b0df9627b0
commit a2b62b3bd2

View File

@ -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 -->