loopback-connector-mysql/test/persistence-hooks.test.js

13 lines
428 B
JavaScript
Raw Normal View History

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';
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
});