File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ describe('versioned', function () {
5252
5353describe ( 'dotted user' , function ( ) {
5454 [
55- 'my.component/my. emitter' ,
56- 'https://github.com/my.component/my. emitter' ,
57- 'https://github.com/repos/my.component/my. emitter/tarball' ,
58- 'https://codeload.github.com/my.component/my. emitter/legacy.zip' ,
55+ 'my.component/emitter' ,
56+ 'https://github.com/my.component/emitter' ,
57+ 'https://github.com/repos/my.component/emitter/tarball' ,
58+ 'https://codeload.github.com/my.component/emitter/legacy.zip' ,
5959 ] . forEach ( function ( url ) {
6060 it ( url , function ( ) {
61- assert . deepEqual ( [ 'my.component' , 'my. emitter' , '' ] , parse ( url ) )
61+ assert . deepEqual ( [ 'my.component' , 'emitter' , '' ] , parse ( url ) )
6262 } )
6363 } )
6464} )
You can’t perform that action at this time.
0 commit comments