-
Notifications
You must be signed in to change notification settings - Fork 650
/
editor_specs.html
45 lines (42 loc) · 1 KB
/
editor_specs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!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>