summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-14 21:22:03 -0400
committerGitHub <noreply@github.com>2020-09-14 21:22:03 -0400
commit192b8f4b995202422af94ea014df82139628ae54 (patch)
tree2a6bb6cf2a4930684ba44385a345d9a226244fa7 /cli/tests
parentf5b40c918c7d602827622d167728a3e7bae87d9d (diff)
Remove unnecessary wildcard from ts_decorators test (#7485)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/ts_decorators.ts.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/ts_decorators.ts.out b/cli/tests/ts_decorators.ts.out
index a83a85c81..381c7a809 100644
--- a/cli/tests/ts_decorators.ts.out
+++ b/cli/tests/ts_decorators.ts.out
@@ -1,2 +1,2 @@
Check [WILDCARD]
-[WILDCARD]{ someField: "asdf" }
+{ someField: "asdf" }