We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1df01a commit 38ba092Copy full SHA for 38ba092
1 file changed
tests/main-test.js
@@ -6,8 +6,8 @@ const exec = pify(childProcess.exec);
6
7
8
test('shows help on --help', async t => {
9
- const stdout = await exec('../bin/main.js --help');
10
- t.is(stdout.trim(), `Usage: main [options] [command]
+ const stdout = await exec('../bin/mern.js --help');
+ t.is(stdout.trim(), `Usage: mern [options] [command]
11
12
13
Commands:
@@ -29,8 +29,8 @@ test('shows help on --help', async t => {
29
30
31
test('shows help on --h', async t => {
32
33
34
35
36
0 commit comments