Moved tests to spec folder with jasmine configuration

This commit is contained in:
Alexander Cerutti
2019-03-30 21:33:56 +01:00
parent b6c91b9dfd
commit 2c97274acd
4 changed files with 12 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js",
"scripts": {
"test": "jasmine tests/index.js"
"test": "jasmine spec/index.js"
},
"author": "Alexander Patrick Cerutti",
"license": "MIT",