Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade FakeRest to 4.0 #9908

Merged
merged 10 commits into from
Jun 11, 2024
Merged

Upgrade FakeRest to 4.0 #9908

merged 10 commits into from
Jun 11, 2024

Conversation

fzaninotto
Copy link
Member

No description provided.

test-setup.js Outdated Show resolved Hide resolved
export default (data, loggingEnabled = false): DataProvider => {
const restServer = new FakeRest.Server();
restServer.init(data);
export default (data, loggingEnabled = false, delay?: number): DataProvider => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it time to accept an object of options?

Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@djhi djhi added this to the 5.0.0 milestone Jun 11, 2024
@djhi djhi merged commit 952e777 into next Jun 11, 2024
14 checks passed
@djhi djhi deleted the upgrade-fakerest branch June 11, 2024 07:36
@fzaninotto fzaninotto mentioned this pull request Jun 17, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants