X Tutup
Skip to content

feat(test_lib): change test_lib.dart to structurally compare objects#125

Merged
vsavkin merged 1 commit intoangular:masterfrom
vsavkin:use_structural_equality_when_running_dart_tests
Oct 29, 2014
Merged

feat(test_lib): change test_lib.dart to structurally compare objects#125
vsavkin merged 1 commit intoangular:masterfrom
vsavkin:use_structural_equality_when_running_dart_tests

Conversation

@vsavkin
Copy link
Copy Markdown
Contributor

@vsavkin vsavkin commented Oct 29, 2014

Make toEqual behave the same way in JS and Dart.

        var expected = new TestObj(new TestObj({"one" : [1,2]}));
        var actual = new TestObj(new TestObj({"one" : [1,2]}));

        expect(actual).toEqual(expected);

@mhevery mhevery added @LGTM action: merge The PR is ready for merge by the caretaker labels Oct 29, 2014
@vsavkin vsavkin force-pushed the use_structural_equality_when_running_dart_tests branch from 9c456de to acd7035 Compare October 29, 2014 22:25
@vsavkin vsavkin merged commit acd7035 into angular:master Oct 29, 2014
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup