Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ojisan committed Jul 5, 2024
1 parent 2796d24 commit 6b5b2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/data/json.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{"path": "test/data/vitest.options.config.json", "ignore": true},
{"path": "test/data/vitest.json.config.json", "ignore": true},
{"path": "benches/jsconfig.json", "ignore": true},
{"path": "dev/data/manifest-variants.v2.json", "ignore": true},

{
"path": "dev/data/manifest-variants.json",
Expand Down
1 change: 1 addition & 0 deletions test/options-util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ function createProfileOptionsUpdatedTestData1() {
useTop: false,
windowType: 'popup',
windowState: 'normal',
searchStickyHeader: true,
},
clipboard: {
enableBackgroundMonitor: false,
Expand Down

0 comments on commit 6b5b2af

Please sign in to comment.