remove jest it.only to not skip important tests

pull/11796/head
Marcus Efraimsson 7 years ago
parent 6ed69e3d93
commit 1f21b3e23b
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 2
      public/app/features/dashboard/specs/dashboard_model.jest.ts

@ -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,

Loading…
Cancel
Save