File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ var gHash = require('gulp-hash');
10
10
var gClean = require ( 'gulp-clean' ) ;
11
11
var gTerser = require ( 'gulp-terser' ) ;
12
12
var gJasmine = require ( 'gulp-jasmine' ) ;
13
+ var { SpecReporter } = require ( 'jasmine-spec-reporter' ) ;
13
14
var gJshint = require ( 'gulp-jshint' ) ;
14
15
15
16
var source = require ( 'vinyl-source-stream' ) ;
@@ -148,9 +149,12 @@ var style = function() {
148
149
149
150
var jasmine = function ( ) {
150
151
return src ( '__tests__/*.spec.js' )
151
- . pipe ( gJasmine ( { config : {
152
- random : false ,
153
- }
152
+ . pipe ( gJasmine ( {
153
+ config : {
154
+ verbose : true ,
155
+ random : false ,
156
+ } ,
157
+ reporter : new SpecReporter ( ) ,
154
158
} ) ) ;
155
159
} ;
156
160
Original file line number Diff line number Diff line change 27
27
"gulp-jshint" : " ^2.1.0" ,
28
28
"gulp-terser" : " ^1.2.0" ,
29
29
"gulp-uglify" : " ^3.0.2" ,
30
+ "jasmine-spec-reporter" : " ^4.2.1" ,
30
31
"jshint" : " ^2.11.0" ,
31
32
"prompt" : " ^1.0.0" ,
32
33
"vinyl-buffer" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -935,6 +935,11 @@ colors@1.0.x:
935
935
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
936
936
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
937
937
938
+ colors@1.1.2 :
939
+ version "1.1.2"
940
+ resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
941
+ integrity sha1-FopHAXVran9RoSzgyXv6KMCE7WM=
942
+
938
943
colors@^1.1.2 :
939
944
version "1.4.0"
940
945
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -1953,11 +1958,6 @@ gulp-cli@^2.2.0:
1953
1958
v8flags "^3.0.1"
1954
1959
yargs "^7.1.0"
1955
1960
1956
- gulp-hash-filename@^3.0.0 :
1957
- version "3.0.0"
1958
- resolved "https://registry.yarnpkg.com/gulp-hash-filename/-/gulp-hash-filename-3.0.0.tgz#e9820fb7a20f3cd16a720413be7485aaee1782b9"
1959
- integrity sha512-wAtigX+faOEl/cQJCJ/pcY6mKSS2cGkoCT1FopUqjakM6AKYe1WuYEht0wcWTNinJGxj6m1tKMEMZUWhO0MD5Q==
1960
-
1961
1961
gulp-hash@^4.2.2 :
1962
1962
version "4.2.2"
1963
1963
resolved "https://registry.yarnpkg.com/gulp-hash/-/gulp-hash-4.2.2.tgz#2cf4ad081ef7a65393a51e3df58f514f388f4523"
@@ -2500,6 +2500,13 @@ jasmine-core@~3.5.0:
2500
2500
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.5.0.tgz#132c23e645af96d85c8bca13c8758b18429fc1e4"
2501
2501
integrity sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==
2502
2502
2503
+ jasmine-spec-reporter@^4.2.1 :
2504
+ version "4.2.1"
2505
+ resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz#1d632aec0341670ad324f92ba84b4b32b35e9e22"
2506
+ integrity sha512-FZBoZu7VE5nR7Nilzy+Np8KuVIOxF4oXDPDknehCYBDE080EnlPu0afdZNmpGDBRCUBv3mj5qgqCRmk6W/K8vg==
2507
+ dependencies :
2508
+ colors "1.1.2"
2509
+
2503
2510
jasmine-terminal-reporter@^1.0.3 :
2504
2511
version "1.0.3"
2505
2512
resolved "https://registry.yarnpkg.com/jasmine-terminal-reporter/-/jasmine-terminal-reporter-1.0.3.tgz#896f1ec8fdf4bf6aecdd41c503eda7347f61526b"
You can’t perform that action at this time.
0 commit comments