Code coverage report for src/Common/Assert.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » src/Common/ » Assert.js
1 2 3 4 5 6    1   1  
'use strict';
 
var Assertion = require("./Assertion");
 
module.exports = new Assertion();