Skip to content

aethne0/mengtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mengdercises

Install bun

This is a program that runs javascript programs basically, much like "node", and takes care of the testing.

powershell -c "irm bun.sh/install.ps1|iex"

Clone this repo

git clone https://github.com/aethne0/mengtest

You can also fork this repo first, then clone, if you want to push your code.

Open a terminal (cmd.exe) and go to the exercises folder:

cd e01_ll

Run tests, either with:

bun test --bail which will stop after 1 failed test, so it is easy to read, or

bun test --watch which will automatically run+output all tests every time you save ll.js

Your code goes in ll.js, in the LL class methods.

About

prepare to fail my tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published