Valentin Kaelin
Valentin Kaelin
We can maybe use [vitest](https://vitest.dev/guide/) or [cypress](https://docs.cypress.io/guides/component-testing/quickstart-react).
**Description:** As a user, I would like to see a nice splash screen. - [ ] Add light/dark theme version splashscreens Example with XCode: https://github.com/ionic-team/capacitor/issues/2947
### Basic info: - **Node.js version: 12.10.0** - **jsdom version: 16.2.2** ### Minimal reproduction case ```js const { JSDOM } = require("jsdom") const options = { runScripts: 'dangerously' }; //...