Skip to content

Commit

Permalink
set default mode to headless
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Nov 23, 2024
1 parent 470f2f2 commit 0cc567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ShortestConfig } from 'shortest';

export default {
browsers: [
{ name: 'chrome', headless: false }
{ name: 'chrome', headless: true }
],
baseUrl: 'http://localhost:3000',
testDir: ['app/__tests__'],
Expand Down

0 comments on commit 0cc567a

Please sign in to comment.