loopback-connector-mysql/test
Miroslav Bajtoš 848f1ca230
remove bluebird from devDependencies
We were using bluebird as a Promise implementation for Node.js versions
that did not provide a native Promise (i.e. Node.js 0.10 & 0.12). There
is no need for that anymore, since Node.js have been shipping native
Promise implementation for years by now.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:49:05 +02:00
..
helpers chore: update copyrights year 2020-02-08 17:23:33 -05:00
connection.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
datatypes.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
datetime.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
init.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
migration.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
mysql.autoupdate.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
mysql.discover.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
mysql.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
schema.sql Return if column is generated or not (#198) 2017-03-08 18:56:27 -05:00
set-http-code.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00
transaction.promise.test.js remove bluebird from devDependencies 2020-08-28 08:49:05 +02:00
transaction.test.js update eslint + config to latest 2020-08-28 08:43:09 +02:00