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.
This commit is contained in:
jathpala 2016-07-23 23:32:12 +10:00 committed by Jackie Luo
parent 0ae78ebdd9
commit 525e6c6444

View file

@ -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,