diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-14 21:22:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 21:22:03 -0400 |
commit | 192b8f4b995202422af94ea014df82139628ae54 (patch) | |
tree | 2a6bb6cf2a4930684ba44385a345d9a226244fa7 /cli/tests | |
parent | f5b40c918c7d602827622d167728a3e7bae87d9d (diff) |
Remove unnecessary wildcard from ts_decorators test (#7485)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/ts_decorators.ts.out | 2 |
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" } |