Skip to content

Commit 761aaa3

Browse files
committed
fix: use correct context helper
1 parent b5a082c commit 761aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/emoji-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const emojiTest = createLoom({
3030
inputSchema: emojiTestInputSchema,
3131
optionsSchema: emojiTestOptionsSchema,
3232
predicate: (ctx) => {
33-
return ctx.isVersionLowerThan("3.x");
33+
return ctx.isVersionLessThanOrEqual("3.x");
3434
},
3535
template: (ctx, item) => {
3636
let template = `group: ${item.group}\n`;

0 commit comments

Comments
 (0)