File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 6
6
"docs" : " jsdoc -c docs/conf.json --pedantic --verbose -a all" ,
7
7
"lint" : " standard \" src/**/*.js\" " ,
8
8
"lint:fix" : " yarn lint --fix" ,
9
- "pretest" : " yarn lint" ,
9
+ "pretest" : " yarn lint:fix " ,
10
10
"test" : " jasmine --config=jasmine.json"
11
11
},
12
12
"keywords" : [
35
35
"glob" : " ^7.1.6" ,
36
36
"ink-docstrap" : " ^1.3.2" ,
37
37
"jasmine" : " ^3.6.3" ,
38
+ "jasmine-spec-reporter" : " ^6.0.0" ,
38
39
"jsdoc" : " ~3.6.6" ,
39
40
"jsdom" : " ^16.4.0" ,
40
41
"mathjs" : " ^8.0.1" ,
Original file line number Diff line number Diff line change
1
+ const { SpecReporter } = require ( 'jasmine-spec-reporter' )
2
+
3
+ jasmine . getEnv ( ) . clearReporters ( )
4
+ jasmine . getEnv ( ) . addReporter ( new SpecReporter ( { spec : { displayPending : true } } ) )
Original file line number Diff line number Diff line change @@ -277,6 +277,11 @@ color-name@~1.1.4:
277
277
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
278
278
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
279
279
280
+
281
+ version "1.4.0"
282
+ resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
283
+ integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
284
+
280
285
combined-stream@^1.0.6, combined-stream@~1.0.6 :
281
286
version "1.0.8"
282
287
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -1375,6 +1380,13 @@ jasmine-core@~3.6.0:
1375
1380
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20"
1376
1381
integrity sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==
1377
1382
1383
+ jasmine-spec-reporter@^6.0.0 :
1384
+ version "6.0.0"
1385
+ resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-6.0.0.tgz#3b9c85689676a351f343ba8dd6d3957f11a4bf1d"
1386
+ integrity sha512-MvTOVoMxDZAftQYBApIlSfKnGMzi9cj351nXeqtnZTuXffPlbONN31+Es7F+Ke4okUeQ2xISukt4U1npfzLVrQ==
1387
+ dependencies :
1388
+ colors "1.4.0"
1389
+
1378
1390
jasmine@^3.6.3 :
1379
1391
version "3.6.3"
1380
1392
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.6.3.tgz#520cd71f76bd8251e9f566b622e13602e9ddcf26"
You can’t perform that action at this time.
0 commit comments