src/xclass/xclass_test_module.js

Summary

Maintainability
A
0 mins
Test Coverage
import XClass from './XClass';
let x = new XClass();
x.myMethod({
    height: 100,
    width: 100
});
x.someProperty;