mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# Ignore object files.
|
# Ignore object files.
|
||||||
*.o
|
*.o
|
||||||
build/ripple*.js
|
build/*.js
|
||||||
tags
|
tags
|
||||||
bin/rippled
|
bin/rippled
|
||||||
Debug/*.*
|
Debug/*.*
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ remote.connect(function() {
|
|||||||
|
|
||||||
2. `cd` into the repository and install dependencies with `npm install`
|
2. `cd` into the repository and install dependencies with `npm install`
|
||||||
|
|
||||||
3. `npm test` or `node_modules\.bin\mocha test\*-test.js`
|
3. `npm test` or `node_modules/.bin/mocha test/*-test.js`
|
||||||
|
|
||||||
**Generating code coverage**
|
**Generating code coverage**
|
||||||
|
|
||||||
|
|||||||
4550
build/sjcl.js
4550
build/sjcl.js
File diff suppressed because it is too large
Load Diff
@@ -37,9 +37,10 @@
|
|||||||
"yargs": "~1.3.1"
|
"yargs": "~1.3.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "node_modules/.bin/gulp concat-sjcl",
|
||||||
"build": "node_modules/.bin/gulp",
|
"build": "node_modules/.bin/gulp",
|
||||||
"pretest": "node_modules/.bin/gulp concat-sjcl",
|
"pretest": "node_modules/.bin/gulp concat-sjcl",
|
||||||
"test": "./node_modules/.bin/istanbul test -x build/sjcl.js -x src/js/jsbn/* ./node_modules/.bin/_mocha -- --reporter spec test/*-test.js",
|
"test": "./node_modules/.bin/istanbul test -x build/sjcl.js -x src/js/jsbn/* ./node_modules/mocha/bin/mocha -- --reporter spec test/*-test.js",
|
||||||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
|
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user