Skip to content

Why are tests important? Focus on delivery, test later?

License

Notifications You must be signed in to change notification settings

victorhqc/no-time-for-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-time-for-tests

Why are tests important? Focus on delivery, test later?

About

This project was bootstrapped with Create React App.

Introduction

Before running any command, make sure the dependencies are installed

yarn

Requirements

  • node >= 8
  • npm >= 5.4
  • yarn >= 1.0.0

For Mac OSX seems to be an error for running the tests. expo/create-react-native-app#273

Needed to run yarn test in Mac OSX

brew install pkg-config
brew install watchman

Slides

Run the following in the terminal

yarn start

Demo

To run the demo it is needed to run the client and the server. Use two terminals to do so.

Client

yarn demo

Server

yarn server

About

Why are tests important? Focus on delivery, test later?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published