Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9ef0cf00627aa02183595381f643e0a2d564bd5
Choose a base ref
..
head repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9dbb391a99eafb0c2fc81baff1e437c8342ba3b
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 packages/core/src/common/menu/composite-menu-node.spec.ts
4 changes: 1 addition & 3 deletions packages/core/src/common/menu/composite-menu-node.spec.ts
Original file line number Diff line number Diff line change
@@ -13,12 +13,10 @@
//
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
// *****************************************************************************
import * as chai from 'chai';
import { expect } from 'chai';
import { CompositeMenuNode } from './composite-menu-node';
import { CompoundMenuNodeRole } from './menu-types';

const expect = chai.expect;

describe('composite-menu-node', () => {
describe('updateOptions', () => {
it('should update undefined node properties', () => {