Compare commits

..

3 Commits

Author SHA1 Message Date
a73c2084c0 3.0.4 2018-07-10 00:17:17 +02:00
5ed557a21a fix(test): test now throws correctly 2018-07-10 00:17:16 +02:00
2b6c30ff55 3.0.3 2018-07-10 00:02:39 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.0.2",
"version": "3.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.0.2",
"version": "3.0.4",
"private": false,
"description": "do more with data",
"main": "dist/index.js",

View File

@ -60,4 +60,4 @@ tap.test('should close the database connection', async tools => {
await testDb.close();
});
tap.start();
tap.start({throwOnError: true});