From 5690c8361a9753fa2686b5b37c98ffffa43650d8 Mon Sep 17 00:00:00 2001 From: hikerpig Date: Fri, 11 Oct 2019 10:41:38 +0800 Subject: [PATCH] :fire: remove obsolete snap file --- .../markdown-remark.test.js.snap | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 tests/lib/__snapshots__/markdown-remark.test.js.snap diff --git a/tests/lib/__snapshots__/markdown-remark.test.js.snap b/tests/lib/__snapshots__/markdown-remark.test.js.snap deleted file mode 100644 index 85da9e64..00000000 --- a/tests/lib/__snapshots__/markdown-remark.test.js.snap +++ /dev/null @@ -1,37 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Markdown.render() should renders markdown correctly 1`] = ` -"# Welcome to Boostnote! - -## Click here to edit markdown :wave: - - - -## Docs :memo: - -- [Boostnote | Boost your happiness, productivity and creativity.](https://hackernoon.com/boostnote-boost-your-happiness-productivity-and-creativity-315034efeebe) -- [Cloud Syncing & Backups](https://github.com/BoostIO/Boostnote/wiki/Cloud-Syncing-and-Backup) -- [How to sync your data across Desktop and Mobile apps](https://github.com/BoostIO/Boostnote/wiki/Sync-Data-Across-Desktop-and-Mobile-apps) -- [Convert data from **Evernote** to Boostnote.](https://github.com/BoostIO/Boostnote/wiki/Evernote) -- [Keyboard Shortcuts](https://github.com/BoostIO/Boostnote/wiki/Keyboard-Shortcuts) -- [Keymaps in Editor mode](https://github.com/BoostIO/Boostnote/wiki/Keymaps-in-Editor-mode) -- [How to set syntax highlight in Snippet note](https://github.com/BoostIO/Boostnote/wiki/Syntax-Highlighting) - -* * * - -## Article Archive :books: - -- [Reddit English](http://bit.ly/2mOJPu7) -- [Reddit Spanish](https://www.reddit.com/r/boostnote_es/) -- [Reddit Chinese](https://www.reddit.com/r/boostnote_cn/) -- [Reddit Japanese](https://www.reddit.com/r/boostnote_jp/) - -* * * - -## Community :beers: - -- [GitHub](http://bit.ly/2AWWzkD) -- [Twitter](http://bit.ly/2z8BUJZ) -- [Facebook Group](http://bit.ly/2jcca8t) -" -`;