Commit 7148ac5 1 parent 754d9ce commit 7148ac5 Copy full SHA for 7148ac5
File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 87
87
"cpy-cli" : " ^5.0.0" ,
88
88
"esmocha" : " ^1.0.1" ,
89
89
"fs-extra" : " ^11.1.1" ,
90
- "inquirer" : " ^9.2.11" ,
91
90
"jsdoc" : " ^4.0.2" ,
92
91
"prettier" : " 3.0.3" ,
93
92
"prettier-plugin-packagejson" : " ^2.4.6" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ const __filename = fileURLToPath(import.meta.url);
20
20
const __dirname = dirname ( __filename ) ;
21
21
22
22
const ENVIRONMENT_VERSION = require ( '../package.json' ) . version ;
23
- const INQUIRER_VERSION = require ( 'inquirer/package.json' ) . version ;
24
23
const GROUPED_QUEUE_VERSION = require ( 'grouped-queue/package.json' ) . version ;
25
24
26
25
for ( const generatorVersion of allVersions ) {
@@ -78,12 +77,6 @@ for (const generatorVersion of allVersions) {
78
77
assert . textEqual ( version , ENVIRONMENT_VERSION ) ;
79
78
} ) ;
80
79
81
- it ( 'output the inquirer version number' , async function ( ) {
82
- const version = this . env . getVersion ( 'inquirer' ) ;
83
- assert . ok ( version ) ;
84
- assert . textEqual ( version , INQUIRER_VERSION ) ;
85
- } ) ;
86
-
87
80
it ( 'output the grouped-queue version number' , async function ( ) {
88
81
const version = this . env . getVersion ( 'grouped-queue' ) ;
89
82
assert . ok ( version ) ;
You can’t perform that action at this time.
0 commit comments