From 4a9bc69ac2d9d8b3e7167da58346b81a341fcd60 Mon Sep 17 00:00:00 2001 From: Storm Burpee Date: Mon, 28 May 2018 19:45:09 +0930 Subject: [PATCH] starting to write a test --- tests/lib/html-to-md-test.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/lib/html-to-md-test.js diff --git a/tests/lib/html-to-md-test.js b/tests/lib/html-to-md-test.js new file mode 100644 index 00000000..9788a563 --- /dev/null +++ b/tests/lib/html-to-md-test.js @@ -0,0 +1,2 @@ +const test = require('ava') +const htmlToMd = require('browser/main/modals/CreateMarkdownFromURLModal')