From 43a63530acb16e57cbb190eacedbd097c536a775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 13 Oct 2021 08:55:28 -0400 Subject: chore: test for bundling export specifier with alias (#12421) --- cli/tests/testdata/bundle/file_tests-fixture16_2.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/testdata/bundle/file_tests-fixture16_2.ts (limited to 'cli/tests/testdata/bundle/file_tests-fixture16_2.ts') diff --git a/cli/tests/testdata/bundle/file_tests-fixture16_2.ts b/cli/tests/testdata/bundle/file_tests-fixture16_2.ts new file mode 100644 index 000000000..7115949c9 --- /dev/null +++ b/cli/tests/testdata/bundle/file_tests-fixture16_2.ts @@ -0,0 +1,2 @@ +// todo(dsherret): delete this and use ./subdir/a.ts in the file once fixtures are restored +export const a = "a"; -- cgit v1.2.3