mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Bring React into the tree, and add linting and bundling framework for the JS etc.
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
define(["browser/menu"
|
||||
], function () {
|
||||
describe("MenuItem", function () {
|
||||
define([
|
||||
'pgadmin',
|
||||
'browser/menu',
|
||||
], function (pgAdmin) {
|
||||
describe('MenuItem', function () {
|
||||
var MenuItem = pgAdmin.Browser.MenuItem;
|
||||
var menuItem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user