mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[test] remove .only
This commit is contained in:
parent
adac24f770
commit
7c09983787
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const Tab = require('../Tab');
|
|||
const expect = require('expect.js');
|
||||
const TabFakeStore = require('./_TabFakeStore');
|
||||
|
||||
describe.only('Chrome Tab', function () {
|
||||
describe('Chrome Tab', function () {
|
||||
describe('construction', function () {
|
||||
it('accepts id, title, resetWhenActive, trackLastUrl, activeIndicatorColor, baseUrl', function () {
|
||||
const tab = new Tab({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue