You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/index.html

24 lines
532 B

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>CartoDB | Frontend dev stuff</title>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
</head>
<body>
<ul>
<li>
<a href="/_SpecRunner.html">Tests - current</a>
</li>
<li>
<a href="/_SpecRunner-cartodb3.html">Tests - editor 3.0</a>
</li>
<li>
Use <em>npm test</em> in a terminal for CLI tests (unit/integration tests that does not require any browser stuff)
</li>
</ul>
</body>
</html>