Skip to content

Commit c2c30fb

Browse files
committed
Update migrate-1-0-28.md
Added section for tests at migration guide. Fix: parse-community#385 (comment)
1 parent e8e1bb6 commit c2c30fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migrate-1-0-28.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Parse().initialize(
4343
);
4444
```
4545

46+
### optional: adjust your tests
47+
You tests might fail if the package tries to automatically discover facts like you applications name, version, package name or the default file directory.
48+
You can avoid this automatic discovery by providing values for `appName`, `appVersion`, `appPackageName` as well as `fileDirectory` at you `Parse().initialize()` call.
49+
4650
### changed network library
4751
In order to provide a `ProgressCallback` for heavy file operations,
4852
the network library was switched from [http](https://pub.dev/packages/http) to [dio](https://pub.dev/packages/dio).

0 commit comments

Comments
 (0)