We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda07c8 commit eb26b59Copy full SHA for eb26b59
src/index.js
@@ -7,8 +7,10 @@ const the_module = module.exports = fillPotPo;
7
8
the_module.sync = fillPotPoSync;
9
10
-// Default options for generating PO files
11
-// used in tests as the correct ones.
+/*
+ * Default content-related options for generating PO files.
12
+ * Use these when generating and testing PO files to ensure a proper comparison.
13
+*/
14
the_module.testOptions = {
15
wrapLength: 77,
16
defaultContextAsFallback: true,
0 commit comments