Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b0cd19

Browse files
authoredJan 9, 2025··
chore: bump dev dependencies (#123)
* chore: bump dev dependencies * revert bump vite * update configs
1 parent cbd96e7 commit 8b0cd19

File tree

4 files changed

+522
-279
lines changed

4 files changed

+522
-279
lines changed
 

‎jest-puppeteer.config.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module.exports = {
55
args: [
66
'--disable-extensions-except=./dist',
77
'--load-extension=./dist',
8+
'--no-sandbox',
9+
'--disable-setuid-sandbox',
810
],
911
},
1012
};

0 commit comments

Comments
 (0)
Please sign in to comment.