Skip to content

Commit 98b3a82

Browse files
committed
Add localstorage flag needed for node v25
1 parent e8bfee1 commit 98b3a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "MathJax jest tests for v4",
55
"type": "module",
66
"scripts": {
7-
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' pnpm jest"
7+
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings --localstorage-file ./lib/localstorage' pnpm jest"
88
},
99
"imports": {
1010
"#js/*": "../mjs/*",

0 commit comments

Comments
 (0)