From c33675588117aad0b8fabfa5816676d95ba8067e Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Wed, 19 Apr 2023 23:30:52 +0200 Subject: fix(test/coverage): exclude test files (#18748) Fixes: #18454 --- cli/tests/testdata/coverage/no_tests_included/foo.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/testdata/coverage/no_tests_included/foo.ts (limited to 'cli/tests/testdata/coverage/no_tests_included/foo.ts') diff --git a/cli/tests/testdata/coverage/no_tests_included/foo.ts b/cli/tests/testdata/coverage/no_tests_included/foo.ts new file mode 100644 index 000000000..fc2860ef0 --- /dev/null +++ b/cli/tests/testdata/coverage/no_tests_included/foo.ts @@ -0,0 +1,3 @@ +export function addNumbers(a: number, b: number): number { + return a + b; +} -- cgit v1.2.3