项目作者: Casana

项目描述 :
Principles and basic concepts of frontEnd unit testing. Frameworks and implementation in Angular, React and Web Components
高级语言: JavaScript
项目地址: git://github.com/Casana/unit-testing-base-guide.git
创建时间: 2021-02-05T11:43:47Z
项目社区:https://github.com/Casana/unit-testing-base-guide

开源协议:MIT License

下载


unit-testing-base-guide

Principles and basic concepts of unit testing.

Related presentation material: https://docs.google.com/presentation/d/1yHLEu4tRJ1AKXp_tUAg-N5ZofIkbbcNsTA02Du6dwPA/edit?usp=sharing

STEPS

1 - Vanilla testing

  1. Install npm and node.
  2. Execute npm init.
  3. Update package.json
  4. Add index.html, index.js and index.spec.js