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

15 lines
458 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
2016-08-10 18:41:03 +00:00
'use strict';
describe('mysql imported features', function() {
before(function() {
2014-02-13 00:57:06 +00:00
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-04-07 21:53:55 +00:00
});