Add tests

This commit is contained in:
Anupam Jain
2021-04-22 17:38:28 +05:30
parent 583a5340ef
commit 836a3e10da
5 changed files with 77 additions and 30 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "spago build",
"test": "spago -x tests.dhall test"
},
"author": "",
"license": "ISC",