atsid/circuits-js

View on GitHub
test/data/schema/responses/SimpleTestModelResponse.js

Summary

Maintainability
A
0 mins
Test Coverage
define(["Schema/models/SimpleTestModel"], function (TestModel) {
    return {
        success: true,
        msg: "You have succeeded",
        model: TestModel
    };
});