8000 GitHub - sam-drumm/laboratory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sam-drumm/laboratory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

https://co-lab-demo.herokuapp.com/

Unit/Integration tests

To test an individual test, use npx:

npx jest <name>.test.js

To run all tests:

npm run test

To run one single test, add .only after it

it.only('my test name goes here', () => {
  // here test goes here
))

Then you can run the test file individually, npx jest events.test.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0