File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ suite('Extension Test Suite', () => {
30
30
const config = vscode . workspace . getConfiguration ( ) ;
31
31
await config . update ( scuriVersionConfig , '1.3.0-rc.6' ) ;
32
32
await config . update ( schematicsCliVersion , '14.0.0' ) ;
33
- await config . update ( typescriptVersion , '4.7.2 ' ) ;
33
+ await config . update ( typescriptVersion , '4.7.4 ' ) ;
34
34
35
35
await vscode . commands . executeCommand ( "scuri:install-deps" ) ;
36
36
@@ -40,7 +40,7 @@ suite('Extension Test Suite', () => {
40
40
const schematicsCliVersionMatch = getCurrentInstalledVersion ( '@angular-devkit/schematics-cli' ) . includes ( '14.0.0' )
41
41
assert . strictEqual ( true , schematicsCliVersionMatch ) ;
42
42
43
- const typescriptVersionMatch = getCurrentInstalledVersion ( 'typescript' ) . includes ( '4.7.2 ' )
43
+ const typescriptVersionMatch = getCurrentInstalledVersion ( 'typescript' ) . includes ( '4.7.4 ' )
44
44
assert . strictEqual ( true , typescriptVersionMatch ) ;
45
45
} ) ;
46
46
} ) ;
You can’t perform that action at this time.
0 commit comments