Hussain
Hussain
.. flutter/.pub-cache/hosted/pub.dartlang.org/flutter_redux-0.8.2/lib/flutter_redux.dart:507:22: Error: The value 'null' can't be assigned to a variable of type 'ViewModel' because 'ViewModel' is not nullable. Error: The value 'null' can't be assigned to a variable...
I'm trying to test the provided [example](https://test-utils.nuxtjs.org/api-reference/app-testing#example) in documentation. that is: ``` import { get, setupTest } from '@nuxt/test-utils' describe('ssr', () => { setupTest({ server: true }) it('renders the index...
I'm trying to test the provided [example](https://test-utils.nuxtjs.org/api-reference/app-testing#example) in documentation. that is: ``` import { get, setupTest } from '@nuxt/test-utils' describe('ssr', () => { setupTest({ server: true }) it('renders the index...