Last active
December 8, 2020 02:34
-
-
Save simaodeveloper/2952751882a3e8a075b4c2e6325a7a9c to your computer and use it in GitHub Desktop.
Learning About Front-End Unit Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"talks": [ | |
{ | |
"title": "Unit Testing Front-end Code", | |
"url": "https://www.youtube.com/watch?v=VSXGu73MiPg", | |
"author": "Michael Jasper" | |
}, | |
{ | |
"title": "Testing Front-end Code the Right Way", | |
"url": "https://www.youtube.com/watch?v=zF1hlOxucHE", | |
"author": "Mathias Niemelä" | |
} | |
], | |
"articles": [ | |
{ | |
"title": "Getting Started with Jest and CrossBrowserTesting", | |
"url": "https://help.crossbrowsertesting.com/selenium-testing/frameworks/jest/", | |
"author": "CrossBrowserTesting" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment