loopback-connector-mysql/test/imported.test.js

16 lines
448 B
JavaScript
Raw Normal View History

2016-05-03 23:52:03 +00:00
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
// Node module: loopback-connector-mysql
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
2014-02-13 00:57:06 +00:00
describe('mysql imported features', function () {
2013-03-27 00:37:13 +00:00
2014-02-13 00:57:06 +00:00
before(function () {
require('./init.js');
});
2013-04-07 22:00:16 +00:00
2014-02-13 00:57:06 +00:00
require('loopback-datasource-juggler/test/common.batch.js');
require('loopback-datasource-juggler/test/include.test.js');
2013-03-27 00:37:13 +00:00
2013-04-07 21:53:55 +00:00
});