From 0c3e6f712893fcf8d668099a572472641eddf3b2 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Thu, 12 Dec 2019 15:43:15 -0600 Subject: [PATCH 1/2] Covered release of mocha-to-qunit codemod --- source/2019-12-13-the-ember-times-issue-128.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 2a3eb77e1..9de10c245 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -1,14 +1,14 @@ --- title: The Ember Times - Issue No. 128 -author: Chris Ng, the crowd +author: Chris Ng, Isaac Lee, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/12/13-the-ember-times-issue-128.html" responsive: true --- Emberistas! 🐹 -Check out the new accessible controls for ember-sortable 🎛️ - +Check out the new accessible controls for ember-sortable 🎛️, +a new testing codemod from Freshworks 🎉, READMORE @@ -53,13 +53,11 @@ As part of this work, [ember-sortable](https://github.com/adopted-ember-addons/e --- -## [Section Title in Title Case 🐹](#section-url) +## [A new testing codemod from Freshworks 🎉](https://twitter.com/shibulijack/status/1202280332663214080) - - +[`mocha-to-qunit`](https://github.com/freshdesk/ember-freshdesk-codemods/blob/master/transforms/mocha-to-qunit/README.md), the latest codemod from Freshworks, helps you migrate a production test suite from Mocha to QUnit. We encourage you to try it out and contribute back to the project! - - +You can find all codemods by Freshworks on their [GitHub repo](https://github.com/freshdesk/ember-freshdesk-codemods). --- @@ -143,4 +141,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Isaac Lee, the crowd and the Learning Team From 06bb322678253aecae0e8a93d9ba3c253a0d7ef0 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Thu, 12 Dec 2019 16:36:38 -0600 Subject: [PATCH 2/2] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Amy Lam --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 9de10c245..1d377a3d8 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -53,7 +53,7 @@ As part of this work, [ember-sortable](https://github.com/adopted-ember-addons/e --- -## [A new testing codemod from Freshworks 🎉](https://twitter.com/shibulijack/status/1202280332663214080) +## [A New Testing Codemod from Freshworks 🎉](https://twitter.com/shibulijack/status/1202280332663214080) [`mocha-to-qunit`](https://github.com/freshdesk/ember-freshdesk-codemods/blob/master/transforms/mocha-to-qunit/README.md), the latest codemod from Freshworks, helps you migrate a production test suite from Mocha to QUnit. We encourage you to try it out and contribute back to the project!