Fix css link in test harness

This commit is contained in:
Bryan Housel
2017-02-20 16:56:01 -05:00
parent 4826dfb8e1
commit 00b5ca12bd

View File

@@ -4,7 +4,7 @@
<meta charset='utf-8'>
<title>Mocha Tests</title>
<link rel='stylesheet' href='../node_modules/mocha/mocha.css'>
<link rel='stylesheet' href='css/map.css'>
<link rel='stylesheet' href='../dist/iD.css'>
</head>
<body>
<div id='mocha'></div>