Code coverage report for
src/Common/Schema.js
Statements:
100%
(2 / 2)
Branches:
100%
(0 / 0)
Functions:
100%
(0 / 0)
Lines:
100%
(2 / 2)
Ignored:
none
All files
»
src/Common/
» Schema.js
1 2 3 4 5
1
1
"use strict"; var Schema = require("./CustomSchema"); module.exports = new Schema();