Skip to content

Commit

Permalink
Change describe section name
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Jan 17, 2022
1 parent 54c31ca commit 4db9bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-gatsby/src/__tests__/tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe(`isTrackingEnabled`, () => {
expect(cachedEnabled).toBeFalse()
})

describe(`isTrackingEnabled / process.env.GATSBY_TELEMETRY_DISABLED`, () => {
describe(`process.env.GATSBY_TELEMETRY_DISABLED`, () => {
beforeAll(() => {
process.env.GATSBY_TELEMETRY_DISABLED = `true`
})
Expand Down

0 comments on commit 4db9bd8

Please sign in to comment.