diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-12-22 13:12:16 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 13:12:16 +0100 |
commit | 97f2c333a87b9d939b5a7dc2884590c971b53291 (patch) | |
tree | a22824b02d84a89e59c458c8af7d3494561d43f6 /packages/gitbook-asciidoc/test/summary.js | |
parent | 627e6dd866f77ff497a21f0b706490b82e40ea0e (diff) | |
download | gitbook-97f2c333a87b9d939b5a7dc2884590c971b53291.zip gitbook-97f2c333a87b9d939b5a7dc2884590c971b53291.tar.gz gitbook-97f2c333a87b9d939b5a7dc2884590c971b53291.tar.bz2 |
Import and adapt gitbook-html
Refactor to remove lodash and q as dependencies
Diffstat (limited to 'packages/gitbook-asciidoc/test/summary.js')
-rwxr-xr-x | packages/gitbook-asciidoc/test/summary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/test/summary.js b/packages/gitbook-asciidoc/test/summary.js index ffd0bc0..7197df6 100755 --- a/packages/gitbook-asciidoc/test/summary.js +++ b/packages/gitbook-asciidoc/test/summary.js @@ -33,7 +33,7 @@ describe('Summary parsing', () => { expect(PART.articles[1].ref).toExist(); expect(PART.articles[2].ref).toExist(); expect(PART.articles[3].ref).toExist(); - expect(PART.articles[4].ref).toBe(null); + expect(PART.articles[4].ref).toNotExist(); expect(PART.articles[0].title).toExist(); expect(PART.articles[1].title).toExist(); |