Commit Graph

9 Commits

Author SHA1 Message Date
getlarge 23c3fa50ef
fix: update babel and lint config
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:48:53 +01:00
Arjun Nemani 48f7584374 Fix connection test
This commit fixes the "Payload thrown at incorrect API_PATH"
test, it uses the proper way to check async error throws,
taken from ava.js docs. Done with the aim to increase the
coverage and to ensure working tests. Added "transform-runtime"
to .babelrc to enable "await/async" syntax".

Part of https://github.com/bigchaindb/js-bigchaindb-driver/issues/220
2018-07-19 20:23:12 +05:30
Matthias Kretschmann 81ef5978b8
API docs & dev updates
* new command: npm run doc, for generating the API.md file
* new command: npm run dev, for live watching webpack
* JSdoc: make all methods public by default, selectively make some private
* JSdoc: organize all methods under their class
* linting fixes
* package updates
2018-05-14 17:14:40 +02:00
Jernej Pregelj 150b625997 npm updates 2018-03-29 18:58:55 +02:00
michielmulders d284ced256 Tried to change permissions of all files to 664 2017-09-22 10:15:02 +02:00
michielmulders dfaf97e5ce Basic usage examples added, not completed 2017-09-22 10:14:24 +02:00
vrde a5efa38121
Add few tests 2017-06-16 11:22:23 +02:00
Matthias Kretschmann b8007b4883
proper json syntax 2017-06-06 16:23:57 +02:00
Matthias Kretschmann e595bf812a ignore yarn.lock 2017-04-26 15:58:19 +02:00