add mobile nav toggle

This commit is contained in:
2024-10-12 00:53:39 -05:00
parent a5780c2f67
commit 5acb6af50a
7 changed files with 86 additions and 7 deletions

View File

@@ -7,6 +7,12 @@ const config: PlaywrightTestConfig = {
},
testDir: 'tests',
testMatch: /(.+\.)?(test|spec)\.[jt]s/,
use: {
viewport: {
height: 900,
width: 1600,
},
},
};
export default config;