2016-05-03 23:52:03 +00:00
|
|
|
// Copyright IBM Corp. 2015,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';
|
2015-01-28 13:27:56 +00:00
|
|
|
var should = require('./init');
|
|
|
|
var suite = require('loopback-datasource-juggler/test/persistence-hooks.suite.js');
|
|
|
|
|
2016-03-29 21:15:41 +00:00
|
|
|
suite(global.getDataSource(), should, {
|
2016-08-10 18:41:03 +00:00
|
|
|
replaceOrCreateReportsNewInstance: true,
|
2016-03-29 21:15:41 +00:00
|
|
|
});
|