Skip to content

Spacelocust/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required: Docker or Bun installed

For launch tests use those commands:

// With docker
docker run --rm -v $(pwd):/home/bun/app -w /home/bun/app oven/bun:1.0 sh -c "bun test"

// or

// With bun
bun test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published