Workiva / state_machine

Easily create a finite state machine and define legal state transitions. Listen to state entrances, departures, and transitions.
Other
61 stars 24 forks source link

CPLAT-7492 Run Dart 2 unit tests on dart2s and ddc #53

Closed todbachman-wf closed 5 years ago

todbachman-wf commented 5 years ago

Motivation

When run in the browser in production, this code is compiled using dart2js. Let's run the unit tests on dart2js too in order to give us more confidence.

Changes

Updated travis configuration to run tests on the VM, DDC, and Dart2Js.

Release Notes

Run unit tests on the VM, DDC, and Dart2Js for Dart 2.

Review

See CONTRIBUTING.md for more details on review types (+1 / QA +1 / +10) and code review process.

Please review:

QA Checklist

Merge Checklist

While we perform many automated checks before auto-merging, some manual checks are needed:

aviary-wf commented 5 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

olesiathoms-wk commented 5 years ago

QA+1 CI passes

todbachman-wf commented 5 years ago

@Workiva/release-management-pp