resources/assets/js/components/screens/SettingsScreen.spec.ts
Function test
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected test () {
it('renders', () => expect(this.render(SettingsScreen).html()).toMatchSnapshot())
it('submits the settings form', async () => {
const updateMock = this.mock(settingStore, 'update')