Skip to content

Commit

Permalink
fix: revert pid based endpoint file
Browse files Browse the repository at this point in the history
See #103
  • Loading branch information
gregberge committed Aug 17, 2018
1 parent 1bb21ad commit 4a08847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import path from 'path'
import os from 'os'

export const DIR = path.join(os.tmpdir(), 'jest_puppeteer_global_setup')
export const WS_ENDPOINT_PATH = path.join(DIR, `wsEndpoint-${process.pid}`)
export const WS_ENDPOINT_PATH = path.join(DIR, 'wsEndpoint')

0 comments on commit 4a08847

Please sign in to comment.