Coder Social home page Coder Social logo

comp3133_labexercise02's Introduction

comp3133_labExercise02

  1. Download given node project name lab2_mocha_test ZIP file

  2. Add package.json file to the project Change directory to lab2_mocha_test npm init -y

  3. Setup project to working with mocha

  • Install mocha module npm install --save mocha chai
  1. Write test cases to perform calculator test
  • Create test/calculator.js file to write all your test cases

  • Write one success and one fail test of add, sub, div and mul for calculator.js

  • Sample Test cases add(5, 2) expected result 7 PASS add(5,2) expected result 8 FAIL

sub(5, 2) expected result 3 PASS sub(5,2) expected result 5 FAIL

mul(5, 2) expected result 10 PASS mul(5,2) expected result 12 FAIL

div(10, 2) expected result 5 PASS div(10,2) expected result 2 FAIL

  1. Display your choice pass/fail messages for each test

Submission

Upload the ZIP file and screenshot showing your source code and output Also Provide your GitHub link in the comment

Reference

comp3133_labexercise02's People

Contributors

ljinggbc avatar

Watchers

 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.