Skip to content

Crosstide/technical-pairing-starter-repo-javascript

Repository files navigation

Typescript Pairing Test Boilerplate.

This is a boilerplate for 101 Ways Typescript coding test.

Setup

This repository runs using pnpm as most modern package dependency has shifted away from npm or yarn. To install pnpm simply run:

npm install --global pnpm

How To Run The File:

You will be expected to create your solution in the src/index.ts directory. To run this file simply:

pnpm i

How To Run The Test Suite:

You can run tests for your src/index.ts file, which is located in the src/index.spec.ts directory. To run this file simply:

pnpm run test

About

A boilerplate repository for the 101 Ways pairing technical tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors