Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliastik committed Jun 15, 2024
2 parents 040a118 + d90aa5b commit 531da09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npx playwright test tests/voicerecorder.spec.ts"
"test": "npx playwright test"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions tests/voicerecorder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ test.use({
"--use-fake-ui-for-media-stream",
"--use-fake-device-for-media-stream",
"--use-file-for-fake-audio-capture=path/to/your/audio.wav"
],
headless: false,
]
},
browserName: "chromium",
});
Expand Down

0 comments on commit 531da09

Please sign in to comment.