UNPKG

sails

Version:

API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)

10 lines (9 loc) 191 B
/** * Constants about the Sails framework. * For use in tests. * * @type {Object} */ module.exports = { EXPECTED_DEFAULT_HOOKS: require('../../lib/app/configuration/default-hooks') };