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 () {
52
52
53
53
describe ( 'dotted user' , function ( ) {
54
54
[
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' ,
59
59
] . forEach ( function ( url ) {
60
60
it ( url , function ( ) {
61
- assert . deepEqual ( [ 'my.component' , 'my. emitter' , '' ] , parse ( url ) )
61
+ assert . deepEqual ( [ 'my.component' , 'emitter' , '' ] , parse ( url ) )
62
62
} )
63
63
} )
64
64
} )
You can’t perform that action at this time.
0 commit comments