style: sort keys in pnpm/test/run.ts

This commit is contained in:
Zoltan Kochan
2019-10-24 11:50:46 +03:00
committed by GitHub
parent 19843c88e0
commit c3516e2006

View File

@@ -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')