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 a5be4c1 commit f4290a8Copy full SHA for f4290a8
src/__tests__/Parse-test.js
@@ -119,7 +119,7 @@ describe('Parse module', () => {
119
Parse.initialize(null, null);
120
Parse.enableLocalDatastore();
121
expect(console.log).toHaveBeenCalledWith(
122
- "'enableLocalDataStore' must be called before 'initialize'"
+ "'enableLocalDataStore' must be called after 'initialize'"
123
);
124
125
Parse.initialize('A', 'B');
0 commit comments