Skip to content

Commit d085af0

Browse files
authoredApr 10, 2023
test(cli): use --detach for dataset copy for faster runs (#4357)
1 parent 868fc61 commit d085af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/@sanity/cli/test/datasetCopy.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ describeCliTest('CLI: `sanity dataset copy`', () => {
1515
'production',
1616
testRunArgs.datasetCopy,
1717
'--skip-history',
18+
'--detach',
1819
])
1920
expect(result.stdout).toMatch(/job .*? started/i)
2021
expect(result.code).toBe(0)

0 commit comments

Comments
 (0)
Failed to load comments.