Giter Site home page Giter Site logo

di-workshop-07a-assertions1's Introduction

You should fork this repository to your own account. You should then either >

Setup

Clone the Repo (harder)

Open a terminal. Navigate to the folder you would like to use using cd <DIRECTORY PATH> You can then clone the folder using git clone https://github.com/<YOUR NAME>/di-workshop-07a-assertions1.git (alternatively if you are not going to save the changes you can use) git clone https://github.com/adaapp/di-workshop-07a-assertions1.git Open the project using a code editor, such as VS code (code .)

OR

Open the Repo in Repl.it

Clone the repo to your own account. Go to repl.it, click the IMPORT REPO button at the top left. Copy and paste the address of your repo. It should look like git clone https://github.com/<YOUR NAME>/di-workshop-07a-assertions1.git If you are not going to save any of the changes, you can use: Run on Repl.it You can set the 'run' button to use npm test if you would like.

THEN

Solving Tests

Type npm install on your terminal or the repl.it terminal to install mocha. Look at the exercise files. Your goal is to complete the exercises in sequence by getting the tests to pass. You can try the tests using npm test. See the instructions in the test files.

Saving tests

The workshop will be set up to allow you to save your changes. For this, you should use git add . to 'stage' all files, i.e. prepare them to be committed, git git commit -m "MESSAGE HERE" to register the changes, then git push origin master to save your changes to the server. You should get into the habit of doing this after every completed exercise.

Based on the Free Code Camp testing exercises and used under the BSD 3 license.

di-workshop-07a-assertions1's People

Contributors

alexcasper avatar

Watchers

 avatar  avatar  avatar  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.