zhna123 / jest-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-test

This repo is for practicing using jest for testing.

To use ES6 import with Jest:

  1. Install the @babel/preset-env package
npm i -D @babel/preset-env
  1. Create a .babelrc file in the project’s root with the following lines of code:
{ "presets": ["@babel/preset-env"] }

About


Languages

Language:JavaScript 100.0%