Skip to content

codefellows-javascript-401d13/30-testing_services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

cf Lab 30 - Testing Services

To Submit this Assignment

  • work on a new branch from your previous fork
  • push to your repository
  • submit a pull request to this repository
  • submit a link to your PR in canvas
  • write a question and observation on canvas

Include

  • .eslintrc
  • .babelrc
  • .gitignore
  • package.json
    • create an npm build script for running webpack
    • create an npm build-watch script for running webpack-dev-server --inline --hot
    • create an npm test script for running karma and all associated tests
    • create an npm test-watch script for running karma on file system changes
    • create an npm lint script for linting your JS with eslint
  • ignore the build directory
  • webpack.config.js
    • this should include all of the production environment configurations used in lecture code
  • karma.config.js

Description

  • The requirement for today is to create a test for at least one method on your auth-service and gallery-service
  • You should also create a test for deleting a gallery, based on your gallery-service
  • Feel free to write a series of additional tests and/or test your pic-service

About

Lab 30 - Testing Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published