mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 07:27:06 -04:00
style: sort keys in pnpm/test/run.ts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user