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

test: action should wrap in transaction #833

Merged

Conversation

amondnet
Copy link
Collaborator

Signed-off-by: Minsu Lee amond@amond.net

https://github.com/mobxjs/mobx/blob/63698d0681988194bac5fc01851882b417b35f18/packages/mobx/__tests__/v5/base/action.js#L4


Pull Request Checklist

  • If the changes are being made to code, ensure the version in pubspec.yaml is updated.
  • Increment the major/minor/patch/patch-count, depending on the complexity of change
  • Add the necessary unit tests to ensure the coverage does not drop
  • Update the Changelog to include all changes made in this PR
  • Run the set:versions command using npm or yarn. You can find this command in the package.json file in the root directory
  • Include the necessary reviewers for the PR
  • Update the docs if there are any API changes or additions to functionality

@netlify
Copy link

netlify bot commented Jun 16, 2022

Deploy Preview for mobx canceled.

Name Link
🔨 Latest commit 5f97c5d
🔍 Latest deploy log https://app.netlify.com/sites/mobx/deploys/62f06c73a20cbe000802a571

@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #833 (f6da5c1) into master (4395c8c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #833   +/-   ##
=======================================
  Coverage   98.96%   98.96%           
=======================================
  Files          55       55           
  Lines        1924     1924           
=======================================
  Hits         1904     1904           
  Misses         20       20           
Flag Coverage Δ
flutter_mobx 100.00% <ø> (ø)
mobx 98.53% <ø> (ø)
mobx_codegen 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4395c8c...f6da5c1. Read the comment docs.

@amondnet amondnet force-pushed the test-action_should_wrap_in_transaction branch from 0cd860f to 5f97c5d Compare August 8, 2022 01:52
@ghenry
Copy link

ghenry commented Dec 19, 2022

Hi all,

What's stopping this from being merged at the moment?

Thanks,
Gavin.

@amondnet amondnet force-pushed the test-action_should_wrap_in_transaction branch from 5f97c5d to 081bf49 Compare December 20, 2022 05:09
Signed-off-by: Minsu Lee <amond@amond.net>
@amondnet amondnet force-pushed the test-action_should_wrap_in_transaction branch from 081bf49 to f6da5c1 Compare January 26, 2023 02:38
@pavanpodila pavanpodila merged commit 13b7e6d into mobxjs:master Jan 27, 2023
@@ -327,5 +327,23 @@ void main() {

d();
});

test('action should wrap in transaction', () {
Copy link
Member

Choose a reason for hiding this comment

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

Since a new test is introduced. Let's add a PR for version bump and changelog entry @amondnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants