mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add linting support, and, well, lint.
This commit is contained in:
@@ -15,7 +15,7 @@ define([
|
||||
var MenuItem = pgAdmin.Browser.MenuItem;
|
||||
var menuItem;
|
||||
|
||||
describe("when we create a menu item", function () {
|
||||
describe('when we create a menu item', function () {
|
||||
describe('and it is disabled', function () {
|
||||
beforeEach(function () {
|
||||
menuItem = new MenuItem({enable: false, icon: 'fa fa-car'});
|
||||
|
||||
Reference in New Issue
Block a user