feat(test): Halve the unit test run time. (#5780), r=@vbudhram

This commit is contained in:
Shane Tomlinson 2017-12-15 18:30:07 +00:00 коммит произвёл Vijay Budhram
Родитель c8f8c93a9f
Коммит b6f66ceb5e
1 изменённых файлов: 23 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,29 @@
<meta name="referrer" content="origin">
<meta name="robots" content="noindex,nofollow">
<title>Firefox Accounts Unit Tests</title>
<link rel="stylesheet" href="/bower_components/mocha/mocha.css" />
<style>
* {
font-size: 10px;
}
li {
margin: 0;
}
ul {
margin: 0;
list-style: none;
}
.test {
display: none
}
.test.fail {
display: block;
}
#mocha, #container {
width: 50%;
float: left;
}
</style>
</head>
<body>
<div id="mocha"></div>