Manuel

Results 1362 comments of Manuel

> Mmm, not sure, you can try to do a diff need a if you want to test. In any cases, i guess you just run eslint after flow-to-ts (...

> JetBrains Maybe something to consider, prettier is pretty opinionated. > This also allow to put a "deadline for any PR to be merged before the transition. We could make...

> ## ⚠️ Important change for merging PRs from Parse Server 5.0 onwards! > > We are planning to release the first beta version of Parse Server 5.0 in October...

I recently removed many `done()` from jasmine tests (can't remember which repo), because that was indicated to be a deprecated syntax. Instead of using `done()`, the test should just return...

@Meglali20 It seems the tests are still failing...

If you take a look at the tests here, you can see that 16 of them are failing.

Thanks for simplifying the test, it looks good to me. Do you have a suggestion for a fix?

@parse-community/server anyone has a suggestion for a fix? The failing test here already demos the issue.

@Meglali20 Would you want to rebase this PR on alpha and resolve the conflicts?

@Meglali20 I didn't mean to fix the issue, just to fix the conflicts in this PR: ![image](https://user-images.githubusercontent.com/5673677/173060660-954d862c-5c87-4961-96e0-bdd036ac5c8f.png) There have been commits to `alpha` since you opened this PR, so there...