Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 593 Bytes

Olive Helps: test

Add your description here...

Requirements

You will need to install Olive Helps.

Install Node.js, clone this repo, and install the project dependencies with:

npm install

Then compile and package the project with:

npm run build

Other Commands

# ESLint and Prettier
npm run lint          # Check for issues
npm run lint:fix      # Fix all auto-fixable issues

# Jest
npm run test          # Run unit tests
npm run test:coverage # Run unit tests with coverage report