remove .only from spec

This commit is contained in:
Shelley Vohr 2017-10-24 22:41:28 -04:00
parent f7bc5481f3
commit 135454342d
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -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([