UNPKG

loopback-workspace

Version:
13 lines (9 loc) 374 B
// Copyright IBM Corp. 2014,2016. All Rights Reserved. // Node module: loopback-workspace // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT var app = require('../'); var Definition = app.models.Definition; var TestDataBuilder = require('./helpers/test-data-builder'); describe('Definition', function() { });