From 4bcf4fe462af483533b38ca75af432a8fab9ded9 Mon Sep 17 00:00:00 2001 From: Sayak Sarkar Date: Wed, 4 Nov 2020 21:10:58 +0530 Subject: [PATCH] Adds the 'JavaScript Testing Fundamentals' course (#4996) * Adds the 'JavaScript Testing Fundamentals' course Adds the free 'JavaScript Testing Fundamentals' course on JavaScript testing from https://vueschool.io * Fix build issue. * Fix alphabetization * Migrates the JavaScript Testing Course to Vue.js Migrates the JavaScript Testing Course to Vue.js as the course uses Vue.js as a base for the testing course. --- free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-courses-en.md b/free-courses-en.md index dc4d3974..ab365ada 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -405,6 +405,7 @@ * [Internationalization with vue-i18n](https://vueschool.io/courses/internationalization-with-vue-i18n) * [Intro to Vue 2](https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance) * [Intro to Vue 3](https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3) +* [JavaScript Testing Fundamentals](https://vueschool.io/courses/javascript-testing-fundamentals) * [Nuxt.js Fundamentals](https://vueschool.io/courses/nuxtjs-fundamentals) * [Vue Router for Everyone](https://vueschool.io/courses/vue-router-for-everyone) * [Vue.js Components Fundamentals](https://vueschool.io/courses/vuejs-components-fundamentals) -- GitLab