mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
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:
parent
0ae78ebdd9
commit
525e6c6444
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue