added test script

This commit is contained in:
Matteo Manzinello 2019-06-12 22:29:47 +02:00
parent 9de6e170e1
commit fe8befdfbd
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "0.6.7",
"description": "a different mailto",
"scripts": {
"build": "gulp && webpack"
"build": "gulp && webpack",
"test": "jest"
},
"repository": {
"type": "git",

1
test/mailgo.test.js Normal file
View File

@ -0,0 +1 @@
import "../mailgo";