Bamieh/reflow

View on GitHub
examples/example-e2e-project/suites/random-module.js

Summary

Maintainability
A
0 mins
Test Coverage
const getValue = function() {
  return "Hello!";
}
module.exports = getValue