From 392579b5a673964752e38e1e0d9c2c9ae223a382 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 15 Mar 2024 13:27:52 -0400 Subject: chore(specs): use jsonc for metadata file (#22946) Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being. --- tests/specs/info/ts_error/__test__.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/specs/info/ts_error/__test__.json (limited to 'tests/specs/info/ts_error/__test__.json') diff --git a/tests/specs/info/ts_error/__test__.json b/tests/specs/info/ts_error/__test__.json deleted file mode 100644 index 9ec9b6044..000000000 --- a/tests/specs/info/ts_error/__test__.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "args": "info info_ts_error.ts", - "output": "info_ts_error.out" -} -- cgit v1.2.3