9 lines
268 B
JavaScript
9 lines
268 B
JavaScript
|
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
|
||
|
// Node module: loopback-datasource-juggler
|
||
|
// This file is licensed under the MIT License.
|
||
|
// License text available at https://opensource.org/licenses/MIT
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
throw new Error('expected test error');
|