summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/multifile/mod.js
blob: b9f8d627af3e181aff854335ce79256aaa028b37 (plain)
1
2
3
4
5
6
export function test(a) {
  if (a) {
    return 0;
  }
  return 1;
}