3.2.2 • Published 3 years ago

jestifyit v3.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

jestifyit npm version NPM npm bundle size

jestifyit is a simple way to create a new Node project and set it up for Jest testing.

jestifyit handles npm init -y and initializes the package.json file with the following:

  • Use Jest for testing => "node --experimental-vm-modules node_modules/jest/bin/jest.js"
  • Use ES6 Modules instead of CJS => "type": "module"
  • Use npm to install Jest => npm install --save-dev jest

Usage

Install jestifyit globally with:
  • npm install -g jestifyit
Run it in a new folder (empty project)
  • jestifyit

Disclaimer: This package is ONLY tested with a newly initialized project, as the steps above imply.

Using it in any other situation might give unexpected results ― no guarantees!

3.2.2

3 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.0.2

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago