Skip to content

approvals/ApprovalTests.TypeScript.Jest.StarterProject

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f21dd4 · Jun 21, 2024

History

62 Commits
Jun 15, 2024
Oct 7, 2022
May 20, 2024
Oct 7, 2022
Oct 25, 2022
Oct 7, 2022
Oct 28, 2022
Oct 9, 2022
Jun 21, 2024
Jun 21, 2024
Oct 10, 2022
Oct 9, 2022

Repository files navigation

ApprovalTests.TypeScript Template Project For Jest

.github/workflows/test.yml

This is a minimal template project for TypeScript development, e.g. for use in a Code Retreat, especially for use with mob.sh.

Quick Start

  1. Create a repository from this template. See Creating a repository from a template for more information.
  2. Install the dependencies: npm install
  3. Watch for file changes are run the tests: npm run watch
  4. Edit test/Sample.test.ts.

Running tests

Execute the tests with:

$ ./run_tests.sh

Default Tools

  • Jest is used as the test running.
  • Prettier is available to standardize code style.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published