Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jun 7, 2022
1 parent cda07c8 commit eb26b59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ const the_module = module.exports = fillPotPo;

the_module.sync = fillPotPoSync;

// Default options for generating PO files
// used in tests as the correct ones.
/*
* Default content-related options for generating PO files.
* Use these when generating and testing PO files to ensure a proper comparison.
*/
the_module.testOptions = {
wrapLength: 77,
defaultContextAsFallback: true,
Expand Down

0 comments on commit eb26b59

Please sign in to comment.