Giter VIP home page Giter VIP logo

js-exercises-tdd's Introduction

README

Before you start

First step is to fork this repo to your account, then clone it locally.

After you do that, add a remote to point to CodeYourFuture repo, that will allow you to update you forked copy when we update the repo with more exercises.

This is the command to run (see https://help.github.com/articles/working-with-forks/):

git remote add upstream https://github.com/CodeYourFuture/js-exercises-tdd.git

Always work on a branch not on master!

How to run the tests

Once you cloned the repo, first, run npm install.

To run the tests from the console, run the command: npm test To keep the tests running (auto updating when you save files), run the command: npm test -- --watch then press a to run all the tests and keep watching the files for changes. To quit the tests, type q.

To run a specifc test, do: npm test -- filname for example npm test -- remove-vowels (that will run only the files that matches remove-vowels, i.e. remove-vowels.test.js)

Write Tests

The first set of exercises involve implemented code that we will add tests for. You can run only the tests in the I.write-tests folder by running npm test -- write-tests or you can run them with a watch with npm test -- write-tests --watch

Think about edge cases while writing tests.

Pass Tests

The second set of exercises involve a set of tests that we will write code to make it pass. You can run only the tests in the I.pass-tests folder by running npm test -- pass-tests or you can run them with a watch with npm test -- pass-tests --watch.

Once a test passes. Add another test for another test case, preferably another edge case to make sure your code is not buggy.

js-exercises-tdd's People

Contributors

40thieves avatar lpalma avatar kabaros avatar textbook avatar alastair87 avatar nielsbom avatar jslopezgithub avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.