all files / lib/features/modeling/cmd/ NoopHandler.js

100% Statements 2/2
100% Branches 0/0
0% Functions 0/3
100% Lines 2/2
1 2 3 4   
export default function NoopHandler() {}
 
NoopHandler.prototype.execute = function() {};
NoopHandler.prototype.revert = function() {};