Skip to content

Commit 637a200

Browse files
authored
docs: fix jest.config.js to use correct target (medusajs#12999)
1 parent 822217f commit 637a200

File tree

1 file changed

+1
-0
lines changed
  • www/apps/book/app/learn/debugging-and-testing/testing-tools

1 file changed

+1
-0
lines changed

www/apps/book/app/learn/debugging-and-testing/testing-tools/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
{
4242
jsc: {
4343
parser: { syntax: "typescript", decorators: true },
44+
target: "es2021"
4445
},
4546
},
4647
],

0 commit comments

Comments
 (0)