test: add e2e automated tests

This commit is contained in:
Divlo
2022-08-26 23:47:48 +02:00
parent 50d724eb6a
commit 0819304e1e
12 changed files with 3177 additions and 6 deletions

View File

@ -5,7 +5,7 @@ import '../styles/globals.css'
const MyApp = ({ Component, pageProps }: AppProps): JSX.Element => {
return (
<ThemeProvider attribute='class' defaultTheme='light'>
<ThemeProvider attribute='class' defaultTheme='dark'>
<Component {...pageProps} />
</ThemeProvider>
)