Skip to content

Commit 343d7b7

Browse files
committed
fix(plugin): fixed e2e test case
1 parent 4e0d2f3 commit 343d7b7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/cli/tests/fixtures/test-plugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"type": "module",
66
"bailianCli": {
77
"plugin": true,
8-
"commands": "./src/commands"
8+
"commands": "./src/commands",
9+
"noAuthSetup": [
10+
"test ping"
11+
]
912
}
1013
}

0 commit comments

Comments
 (0)