Skip to content

Commit

Permalink
Update packages/gatsby/src/utils/worker/__tests__/test-helpers/create…
Browse files Browse the repository at this point in the history
…-test-worker.ts

Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
pieh and LekoArts committed Jun 29, 2021
1 parent 6aff32a commit 16aab93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ export function createTestWorker(): GatsbyTestWorkerPool {
{
numWorkers: 1,
env: {
FORCE_TEST_DATABASE_ID: process.env.JEST_WORKER_ID,
FORCE_TEST_DATABASE_ID: process.env.GATSBY_WORKER_ID,
GATSBY_WORKER_POOL_WORKER: `true`,
NODE_OPTIONS: `--require ${require.resolve(`./ts-register`)}`,
},
Expand Down

0 comments on commit 16aab93

Please sign in to comment.