loopback-datasource-juggler/test/fixtures/loopback-connector-throwing/index.js

9 lines
263 B
JavaScript

// Copyright IBM Corp. 2017. 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');