loopback-datasource-juggler/test/operation-hooks.suite
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
..
embeds-many-create.suite.js Upgrade eslint-config to 7.x 2017-01-06 13:33:54 +01:00
embeds-many-destroy.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
embeds-many-update-by-id.suite.js Switch from Bluebird to native Promise 2018-10-05 09:30:02 +02:00
embeds-one-create.suite.js Upgrade eslint-config to 7.x 2017-01-06 13:33:54 +01:00
embeds-one-destroy.suite.js Fix manually 2016-08-22 19:20:12 -04:00
embeds-one-update.suite.js Upgrade eslint-config to 7.x 2017-01-06 13:33:54 +01:00
index.js Fix manually 2016-08-22 19:20:12 -04:00