Skip to content

Commit

Permalink
Re-enable all tests by unfocusing the test suite (nylas#2667)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jathpala authored and jackiehluo committed Jul 23, 2016
1 parent 0ae78eb commit 525e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/stores/draft-helpers-spec.es6
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 525e6c6

Please sign in to comment.