Skip to content

Commit

Permalink
Fix typo on renderAndInitialise config
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 9, 2022
1 parent 6f2261d commit e9fc5f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ describe('Character count', () => {

await renderAndInitialise(page, 'character-count', {
nunjucksParams: examples.default,
config: {
javascriptConfig: {
// Override maxlength to 10
maxlength: 10
},
Expand Down

0 comments on commit e9fc5f3

Please sign in to comment.