We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b91ba3 commit 23c6b76Copy full SHA for 23c6b76
test/feature/onboard/onboard_test.dart
@@ -8,10 +8,8 @@ main() {
8
IStringHelper stringHelper;
9
setUp(() {
10
SharedPreferences.setMockInitialValues({"token": "asdasd"}); //set values here
11
-
12
mockViewModel = OnBoardMockViewModel();
13
stringHelper = MockStringHelper();
14
15
mockViewModel.init();
16
});
17
test("String Helper Upper Case", () {
0 commit comments