Re-enable tests that crashed due to a superstring bug

This commit is contained in:
David Wilson
2019-01-31 17:52:28 -08:00
parent fec685655f
commit 3714a8df87
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ DecorationManager = require '../src/decoration-manager'
TextEditor = require '../src/text-editor'
# Tests crash the renderer process on Electron 3.0, disabling for now.
xdescribe "DecorationManager", ->
describe "DecorationManager", ->
[decorationManager, buffer, editor, markerLayer1, markerLayer2] = []
beforeEach ->

View File

@@ -1,7 +1,7 @@
const TextEditor = require('../src/text-editor')
// Tests crash the renderer process on Electron 3.0, disabling for now.
xdescribe('Selection', () => {
describe('Selection', () => {
let buffer, editor, selection
beforeEach(() => {

View File

@@ -7,7 +7,7 @@ const dedent = require('dedent')
const {it, fit, ffit, fffit, beforeEach, afterEach} = require('./async-spec-helpers')
// Tests crash the renderer process on Electron 3.0, disabling for now.
xdescribe('TextMateLanguageMode', () => {
describe('TextMateLanguageMode', () => {
let languageMode, buffer, config
beforeEach(async () => {