From b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 19 Oct 2017 12:02:51 -0700 Subject: Fix lint script to analyze nested files --- test/utils/rpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/utils/rpc.ts b/test/utils/rpc.ts index 436e96423..f28a85340 100644 --- a/test/utils/rpc.ts +++ b/test/utils/rpc.ts @@ -41,7 +41,7 @@ export class RPC { uri: `http://${this.host}:${this.port}`, body: payload, headers: { - 'content-type': 'application/json' + 'content-type': 'application/json', }, }; const bodyString = await request(opts); -- cgit v1.2.3