Skip to content

endiangroup/hellowworld-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises

Exercise: Hello world

To get set up:

  • yarn

To start writing tests:

  • Open helloworld.ts. This is the code to be tested
  • Open helloworld.test.ts. This is where the unit test definitions will live.

To execute the tests:

  • Run yarn test to assert tests once
  • Run yarn watch to watch all .ts files and re-run test assertion on change

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published