Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Create a new repo on your github account. A possible name might be “account-tests”

  2. Using git bash navigate to the /c/work folder

  3. Clone this project down using this command git clone https://livingwater@bitbucket.org/living-water-js/mocha-test-acc.git

  4. Change the remote location to your repo using the command git remote set-url origin <remote_url> (where <remote_url> is the url of your new repo)

  5. In Visual Studio Code open the folder mocha-test-acc

  6. Under the test folder open the file below account-test.js

  7. Study the class Account and the test, then perform the tasks below

...