From c3516e2006db0400dfd918cf0ff1a37fea10cfa3 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 24 Oct 2019 11:50:46 +0300 Subject: [PATCH] style: sort keys in pnpm/test/run.ts --- packages/pnpm/test/run.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pnpm/test/run.ts b/packages/pnpm/test/run.ts index 12e3781a1c..321d16ce45 100644 --- a/packages/pnpm/test/run.ts +++ b/packages/pnpm/test/run.ts @@ -27,8 +27,8 @@ test('run: pass the args to the command that is specfied in the build script', a prepare(t, { scripts: { foo: 'node recordArgs', - prefoo: 'node recordArgs', postfoo: 'node recordArgs', + prefoo: 'node recordArgs', }, }) await fs.writeFile('args.json', '[]', 'utf8') @@ -49,8 +49,8 @@ test('run -r: pass the args to the command that is specfied in the build script' name: 'project', scripts: { foo: 'node recordArgs', - prefoo: 'node recordArgs', postfoo: 'node recordArgs', + prefoo: 'node recordArgs', }, }]) await fs.writeFile('project/args.json', '[]', 'utf8')