remove .only from spec
This commit is contained in:
parent
f7bc5481f3
commit
135454342d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const {ipcRenderer, remote} = require('electron')
|
||||||
const {BrowserWindow, Menu, MenuItem} = remote
|
const {BrowserWindow, Menu, MenuItem} = remote
|
||||||
const {closeWindow} = require('./window-helpers')
|
const {closeWindow} = require('./window-helpers')
|
||||||
|
|
||||||
describe.only('menu module', function () {
|
describe('menu module', function () {
|
||||||
describe('Menu.buildFromTemplate', function () {
|
describe('Menu.buildFromTemplate', function () {
|
||||||
it('should be able to attach extra fields', function () {
|
it('should be able to attach extra fields', function () {
|
||||||
const menu = Menu.buildFromTemplate([
|
const menu = Menu.buildFromTemplate([
|
||||||
|
|
Loading…
Reference in a new issue