Skip to content

solve/test leetcode problems locally using this boilerplate

Notifications You must be signed in to change notification settings

PowrSlave/leetcode-boilerplate

Repository files navigation

Leetcode Boilerplate

Use this boilerplate to run leetcode problems locally.

Based on Leetcode #n

1.) Install node.js.

2.) run npm install from within cloned repo to acquire the required dependencies.

3.) npm run test to execute the test cases (using the jest testing framework

note: jest-html-reporter is generating an HTML report if you prefer this over the console test report. Code coverage flag is enabled for fun in package.json with "collectiveCoverage":true

About

solve/test leetcode problems locally using this boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published