46 lines
1.0 KiB
HTML
46 lines
1.0 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>CARTO | Frontend dev stuff</title>
|
|
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
|
|
<style>
|
|
body {
|
|
font-family: 'Lato', Arial, Helvetica, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
h1 {
|
|
color: #fff;
|
|
background-color: #41B14F;
|
|
font-weight: 700;
|
|
font-size: 2em;
|
|
padding: 0.5em;
|
|
}
|
|
a {
|
|
font-size: 1.5em;
|
|
}
|
|
div {
|
|
font-size: 1em;
|
|
padding: 0.5em;
|
|
}
|
|
p.code {
|
|
color: #cc2255;
|
|
background-color: #f7f7f9;
|
|
border: #e1e1e8 solid 1px;
|
|
display: inline;
|
|
padding: 0.25em 0.5em;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>EDITOR TESTS 👴🏻</h1>
|
|
<div>
|
|
<a href="/_SpecRunner.html">Old editor specs</a> ( available if running <p class="code">grunt dev</p> )
|
|
</div>
|
|
|
|
<div>You can run both Builder and Editors test suites through command line using <p class="code">grunt test</p></div>
|
|
|
|
</body>
|
|
</html>
|