From 525e6c644438350a8376687ba357d3cef631d7f4 Mon Sep 17 00:00:00 2001 From: jathpala Date: Sat, 23 Jul 2016 23:32:12 +1000 Subject: [PATCH] Re-enable all tests by unfocusing the test suite (#2667) A previous commit (ad04775) added an fdescribe() to one of the tests in draft-helpers-spec. This changes that to a regular describe() so that all tests will be run when running ./N1 --test. --- spec/stores/draft-helpers-spec.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/stores/draft-helpers-spec.es6 b/spec/stores/draft-helpers-spec.es6 index a5cfb0a0c..ff21bf529 100644 --- a/spec/stores/draft-helpers-spec.es6 +++ b/spec/stores/draft-helpers-spec.es6 @@ -34,7 +34,7 @@ describe('DraftHelpers', function describeBlock() { }); }); - fdescribe('shouldAppendQuotedText', () => { + describe('shouldAppendQuotedText', () => { it('returns true if message is reply and has no marker', () => { const draft = { replyToMessageId: 1,