Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Better testing with Vue Test Utils

lesson

Better testing with Vue Test Utils30 Days of Vue

Today, we'll look at Vue’s official testing library called [**Vue Test Utils**](https://vue-test-utils.vuejs.org/) that makes testing fun and relatively easy.

Testing the App

lesson

Testing the App30 Days of Vue

Today, we'll start creating unit tests by looking at a few features of our application, thinking about where the edge cases are and what we assume will happen with the component.

Implementing Tests

lesson

Implementing Tests30 Days of Vue

Yesterday, we discussed the importance of testing and some of the different types of unit testing libraries/suites that exist. Today, we'll begin to see unit testing in action.

Introduction to Testing

lesson

Introduction to Testing30 Days of Vue

Test suites are an upfront investment that pay dividends over the lifetime of a system. Today, we'll introduce the topic of testing and discuss the different types of tests we can write.

Persisting data

lesson

Persisting data30 Days of React Native

Async Storage is a lightweight key-value database built specifically for React Native.

Network requests

lesson

Network requests30 Days of React Native

We typically use `fetch` to make network requests for JSON data.

Platform-specific Code

lesson

Platform-specific Code30 Days of React Native

Once we know how to run platform-specific code, we'll be equipped to make an app that feels great on every platform.

How to Use Apollo to Test GraphQL Requests in React

lesson

How to Use Apollo to Test GraphQL Requests in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll talk about one other minor testing utility we'll use to help mock GraphQL requests in our tests - Apollo React Testing.

Using Jest and React Testing Library to Test React Components

lesson

Using Jest and React Testing Library to Test React ComponentsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll talk about the two main testing tools we'll use to test our React components - Jest & React Testing Library.