Skip to content

Commit c2ad7b7

Browse files
committed
test: update
1 parent ea25ae9 commit c2ad7b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test.js

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ test('main', t => {
66
const stdout = ps.stdout.toString()
77
t.is(stdout, '')
88
})
9+
10+
test('Remotes branch', t => {
11+
const ps = spawn.sync('./bin/cli.js', ['test', '-r'])
12+
const stdout = ps.stdout.toString()
13+
t.is(stdout, '')
14+
})

0 commit comments

Comments
 (0)