Commit 1f21b3e2 by Marcus Efraimsson

remove jest it.only to not skip important tests

parent 6ed69e3d
......@@ -405,7 +405,7 @@ describe('DashboardModel', function() {
});
});
it.only('should move panels below down', function() {
it('should move panels below down', function() {
expect(dashboard.panels[4].gridPos).toMatchObject({
x: 0,
y: 9,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment