We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a082c commit 761aaa3Copy full SHA for 761aaa3
src/generators/emoji-test.ts
@@ -30,7 +30,7 @@ export const emojiTest = createLoom({
30
inputSchema: emojiTestInputSchema,
31
optionsSchema: emojiTestOptionsSchema,
32
predicate: (ctx) => {
33
- return ctx.isVersionLowerThan("3.x");
+ return ctx.isVersionLessThanOrEqual("3.x");
34
},
35
template: (ctx, item) => {
36
let template = `group: ${item.group}\n`;
0 commit comments