summaryrefslogtreecommitdiff
path: root/std/prettier/testdata/opts/0.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/prettier/testdata/opts/0.ts')
-rw-r--r--std/prettier/testdata/opts/0.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/prettier/testdata/opts/0.ts b/std/prettier/testdata/opts/0.ts
deleted file mode 100644
index 400e7ee56..000000000
--- a/std/prettier/testdata/opts/0.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-console.log(0);
-console.log([
- function foo() {},
- function baz() {},
- a => {}
-]);