File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ suite('Extension Test Suite', () => {
3030 const config = vscode . workspace . getConfiguration ( ) ;
3131 await config . update ( scuriVersionConfig , '1.3.0-rc.6' ) ;
3232 await config . update ( schematicsCliVersion , '14.0.0' ) ;
33- await config . update ( typescriptVersion , '4.7.2 ' ) ;
33+ await config . update ( typescriptVersion , '4.7.4 ' ) ;
3434
3535 await vscode . commands . executeCommand ( "scuri:install-deps" ) ;
3636
@@ -40,7 +40,7 @@ suite('Extension Test Suite', () => {
4040 const schematicsCliVersionMatch = getCurrentInstalledVersion ( '@angular-devkit/schematics-cli' ) . includes ( '14.0.0' )
4141 assert . strictEqual ( true , schematicsCliVersionMatch ) ;
4242
43- const typescriptVersionMatch = getCurrentInstalledVersion ( 'typescript' ) . includes ( '4.7.2 ' )
43+ const typescriptVersionMatch = getCurrentInstalledVersion ( 'typescript' ) . includes ( '4.7.4 ' )
4444 assert . strictEqual ( true , typescriptVersionMatch ) ;
4545 } ) ;
4646} ) ;
You can’t perform that action at this time.
0 commit comments