- Create json file in
content
with test case - Run
bun install
to install dependencies - Run
bun test
to ensure tests are passing - Before committing tests - run
bun fmt
for uniform formatting
We recommend the following steps:
content
with test casebun install
to install dependenciesbun test
to ensure tests are passingbun fmt
for uniform formattingWe recommend the following steps: