aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2017-10-20 03:02:51 +0800
committerBrandon Millman <brandon.millman@gmail.com>2017-10-20 03:03:49 +0800
commitb3d8cefbe61f49d8d9a3993a9c8d6338f052d9af (patch)
treeb3a28da4eab1c02c24c5f7d73198d3106cbb340d /test
parent32e8e52ad7d0a73bff709ea1a06907bbf920642c (diff)
downloaddexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar.gz
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar.bz2
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar.lz
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar.xz
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.tar.zst
dexon-sol-tools-b3d8cefbe61f49d8d9a3993a9c8d6338f052d9af.zip
Fix lint script to analyze nested files
Diffstat (limited to 'test')
-rw-r--r--test/utils/rpc.ts2
1 files changed, 1 insertions, 1 deletions
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);