GSoC 2018: Week 8— Getting To Know The Jest Framework

Gayashan Bombuwala
1 min readJul 2, 2018

--

Hi folks,

I’m back with the 8th episode of my GSoC project. This week I commenced Testing phase of my project.

When choosing a framework, I decided to go with the pre-configured framework that comes with React Native projects.

Jest Framework for testing React Native apps

I spent the week, trying to familiarize myself with the Jest framework. There mainly 2 types of testing that I’m going to conduct in my project,

  • Snapshot Testing
  • Unit Testing

On the coming week, I hope conduct the testing under the above testing criteria.

So that’s pretty much it for this week…

See you next week, Good Bye…

--

--