Skip to content

Commit

Permalink
Update path to css and polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
walkermatt committed Nov 16, 2020
1 parent 3b35c44 commit 6740fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
href="../node_modules/mocha/mocha.css"
/>
<link rel="stylesheet" href="https://openlayers.org/en/v6.1.1/css/ol.css" />
<link rel="stylesheet" type="text/css" href="../src/ol-layerswitcher.css" />
<link rel="stylesheet" type="text/css" href="../dist/ol-layerswitcher.css" />
<style type="text/css">
/* Can be useful when writing tests, uncomment the following CSS to always show
the panel and add a `debugger` statement where you want to inspect the current state */
Expand All @@ -22,6 +22,7 @@
</head>
<body>
<div id="mocha"></div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Array.prototype.includes,Element.prototype.classList,Object.assign,Event,URL"></script>
<script
type="text/javascript"
src="../node_modules/jquery/dist/jquery.js"
Expand Down

0 comments on commit 6740fb7

Please sign in to comment.