doctest-js
Run JSDoc style doc examples as tests within your test suite
File Explorer
Download Latest Version (.zip)- ci.yml
- FUNDING.yml
- index.js
- doctest.js
- doctest_parser.js
- index.js
- safe_eval.js
- sample_error_module.js
- sample_failing_module.js
- sample_passing_class.js
- sample_passing_module.js
- doctest_parser_test.js
- doctest_test.js
- safe_eval_test.js
- .babelrc
- .eslintignore
- .eslintrc
- .gitignore
- .prettierignore
- .prettierrc
- LICENSE
- package-lock.json
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/kiwicopple/doctest-js
Downloads the entire project code from GitHub to your computer.
cd doctest-js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @supabase/doctest-js
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
