Skip to content

Commit

Permalink
one more test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittanyIRL committed Aug 10, 2020
1 parent fdce647 commit 793ae03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const idsToValidate = [

describe('validateGoogleAnalyticsIdFormat', () => {
it.each(idsToValidate)(
'should check if %s is valid %p %p',
'should take " %s " and return as %p google analytic id format',
(validId, expected) => {
const bool = validateGoogleAnalyticsIdFormat(validId);
expect(bool).toBe(expected);
Expand Down

0 comments on commit 793ae03

Please sign in to comment.