[gjs] tests: Re-enable accidentally disabled tests



commit 3f4271e19605c703162bbf21f79dcbfd0acb5435
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Aug 16 18:23:42 2017 -0700

    tests: Re-enable accidentally disabled tests
    
    Accidentally put a commit up for review with some tests disabled, and
    didn't catch it in time. This re-enables those tests.
    
    Unreviewed.

 installed-tests/js/testLegacyGObject.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/installed-tests/js/testLegacyGObject.js b/installed-tests/js/testLegacyGObject.js
index 35f82fb..39f0150 100644
--- a/installed-tests/js/testLegacyGObject.js
+++ b/installed-tests/js/testLegacyGObject.js
@@ -913,7 +913,7 @@ const Shiny = GObject.registerClass({
     set override_property(value) { this._override_property = value - 1; }
 });
 
-fdescribe('ES6 GObject class inheriting from GObject.Class', function () {
+describe('ES6 GObject class inheriting from GObject.Class', function () {
     let instance;
 
     beforeEach(function () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]