diff options
Diffstat (limited to 'tests/testdata/coverage/multifile/mod.js')
-rw-r--r-- | tests/testdata/coverage/multifile/mod.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/coverage/multifile/mod.js b/tests/testdata/coverage/multifile/mod.js new file mode 100644 index 000000000..b9f8d627a --- /dev/null +++ b/tests/testdata/coverage/multifile/mod.js @@ -0,0 +1,6 @@ +export function test(a) { + if (a) { + return 0; + } + return 1; +} |