File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
import Jasmine = require( 'jasmine' ) ;
2
2
3
3
export async function run ( ) : Promise < void > {
4
- const jasmine = new Jasmine ( { } ) ;
4
+ const jasmine = new Jasmine ( { projectBaseDir : __dirname } ) ;
5
5
6
6
jasmine . loadConfig ( {
7
- spec_dir : 'dist/integration/e2e' ,
8
7
spec_files : [
9
8
'*_spec.js' ,
10
9
] ,
11
10
} ) ;
12
11
12
+ console . log ( `Expecting to run ${ jasmine . specFiles . length } specs.` ) ;
13
+
13
14
if ( jasmine . specFiles . length === 0 ) {
14
15
throw new Error ( 'No specs found' ) ;
15
16
}
Original file line number Diff line number Diff line change 167
167
},
168
168
"devDependencies" : {
169
169
"@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#58adfe1654ba58be01ef2fe6cb6b647b50e961c9" ,
170
- "@types/jasmine" : " 3.7.4 " ,
170
+ "@types/jasmine" : " 3.7.6 " ,
171
171
"@types/node" : " 14.17.1" ,
172
172
"@types/vscode" : " 1.56.0" ,
173
173
"clang-format" : " 1.5.0" ,
Original file line number Diff line number Diff line change 250
250
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.1.tgz#a6ca6a9a0ff366af433f42f5f0e124794ff6b8f1"
251
251
integrity sha512-FTgBI767POY/lKNDNbIzgAX6miIDBs6NTCbdlDb8TrWovHsSvaVIZDlTqym29C6UqhzwcJx4CYr+AlrMywA0cA==
252
252
253
-
254
- version "3.7.4 "
255
- resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.4 .tgz#99a49aa9a5f8dc86fc249ed13ed59552c6ce862d "
256
- integrity sha512-L3FKeEwMm8e8hqGvt7cSesVmGtavpRyHV1FNDq+Pm5pS4x5eFmE70ZERXCSBWAiLQqXBcZRUrwV59FZLQl/GxQ ==
253
+
254
+ version "3.7.6 "
255
+ resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.6 .tgz#cd7cb8d1ff9d54ea77dea1eebc6e0ddd59ac2336 "
256
+ integrity sha512-7Z6PZskqJZL7grgTg6L0JYLqaP6rEAecBZvHz3bzVZVMeun2kQ3QZ6Wx+cFjvjAR7le9p066WBDzLDobz9rlyQ ==
257
257
258
258
" @types/minimatch@^3.0.3 " :
259
259
version "3.0.4"
You can’t perform that action at this time.
0 commit comments