Setup

  • init npm project npm init -y
  • install Jest npm install -D jest
  • add jest to scripts in package.json
{
...
"scripts": {
    "test": "jest"
  },
...
}

Author: Jaga Santagostino

results matching ""

    No results matching ""