Skip to content

Commit 9a89b5e

Browse files
chore(test): testing dotted repo not needed
1 parent a3c2558 commit 9a89b5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ describe('versioned', function () {
5252

5353
describe('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
})

0 commit comments

Comments
 (0)