mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
First test added
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "mocha",
|
||||
"buildParser": "jison parser/jaz.jison"
|
||||
},
|
||||
"keywords": [
|
||||
"zkSnarks",
|
||||
@@ -25,6 +26,7 @@
|
||||
"optimist": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^5.0.1",
|
||||
"eslint-plugin-mocha": "^5.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user