loopback-datasource-juggler/test/kvao
Miroslav Bajtoš b6a43dd65a
Switch from Bluebird to native Promise
This is a breaking change. Juggler methods are no longer returning
instances of Bluebird Promise, but return a native Promise instead.

As a result, API consumers can no longer use sugar APIs provided by
Bluebird, e.g. `spread`, `delay`, etc.

Migration guide: rewrite your code from `.then()` style into `async`
functions using `await` statements.
2018-10-05 09:30:02 +02:00
..
_helpers.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
delete-all.suite.js Add missing return for KVAO delete all 2017-01-13 00:19:10 -08:00
delete.suite.js Detect deleteAll support in KVAO tests 2017-01-11 16:30:33 -08:00
expire.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
get-set.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
iterate-keys.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
keys.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
ttl.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00