Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: replace socket name's prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 60643bf commit fe68847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/index.mjs
Expand Up @@ -15,7 +15,7 @@ function mkaddress({ root, mode = 'unix' }) {

switch (mode) {
case 'unix':
return path.resolve(os.tmpdir(), `ide-mocha-${name}.sock`)
return path.resolve(os.tmpdir(), `mocha-${name}.sock`)
case 'IP':
case 'ip':
return hashToPort(name)
Expand Down

0 comments on commit fe68847

Please sign in to comment.