mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Tests are build with mocha + chai, and you can run them from the command line with `grunt karma` or opening `test/index.html` in your browser. This is a first approach, there are hundreds of tests more that should be added. I’ve ported some tests on PRs but more needs to be done.
25 lines
280 B
CSS
25 lines
280 B
CSS
#mocha {
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 50%;
|
|
margin: 0;
|
|
padding: 20px;
|
|
}
|
|
|
|
#mocha-stats {
|
|
position: static;
|
|
}
|
|
|
|
#fixture {
|
|
width: 50%;
|
|
float: right;
|
|
}
|
|
|
|
|
|
.gridster ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.gridster li {
|
|
background-color: #DDD;
|
|
} |