From fe8befdfbdc58ac93d0751318ebabd602084ee22 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 12 Jun 2019 22:29:47 +0200 Subject: [PATCH] added test script --- package.json | 3 ++- test/mailgo.test.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test/mailgo.test.js diff --git a/package.json b/package.json index cd90f70..cdc3ed1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.6.7", "description": "a different mailto", "scripts": { - "build": "gulp && webpack" + "build": "gulp && webpack", + "test": "jest" }, "repository": { "type": "git", diff --git a/test/mailgo.test.js b/test/mailgo.test.js new file mode 100644 index 0000000..cb2b421 --- /dev/null +++ b/test/mailgo.test.js @@ -0,0 +1 @@ +import "../mailgo";