We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea25ae9 commit c2ad7b7Copy full SHA for c2ad7b7
test.js
@@ -6,3 +6,9 @@ test('main', t => {
6
const stdout = ps.stdout.toString()
7
t.is(stdout, '')
8
})
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