Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 18, 2023
1 parent 41b6b16 commit 60c8352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jest.mock('lib/colors', () => {
})

describe('calculatePerformanceParts', () => {
it('can calculte TTFB', () => {
it('can calculate TTFB', () => {
const perfEvent = {
connect_end: 9525.599999964237,
connect_start: 9525.599999964237,
Expand Down

0 comments on commit 60c8352

Please sign in to comment.