UNPKG

loopback-workspace

Version:
13 lines (9 loc) 398 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 PropertyValidation = app.models.PropertyValidation; var TestDataBuilder = require('./helpers/test-data-builder'); describe('PropertyValidation', function() { });