We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a62525 commit 1afa97fCopy full SHA for 1afa97f
test/test_util.ts
@@ -304,6 +304,7 @@ export function e2eTestSuite(
304
expect(nodeCmd.getUnusedConfigs(NodeCommandConfigs.SETUP_CONFIGS_NAME)).to.deep.equal([
305
flags.quiet.constName,
306
flags.devMode.constName,
307
+ flags.adminKey.constName,
308
]);
309
} catch (e) {
310
nodeCmd.logger.showUserError(e);
0 commit comments