Javi Sánchez-Marín e258d595b0 tests(gridster): add basic test suite for gridster
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.
2015-04-16 20:26:18 +02:00

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;
}