wheatandcat/leasot-report

View on GitHub
example/index.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node
import "babel-polyfill"

const start = () => {
  // FIXME: test foo bar
  console.log("hello world!!")
}

start()