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";