cborgas / typescript-refactorings

A collection of refactoring examples in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-refactorings

Build

About A collection of refactoring examples in TypeScript

Install

The only requirement needed to run the code is Deno

Homebrew (Mac):

brew install deno

Other options can be found at here

Run the tests

# Run all tests in the current directory and all sub-directories
deno test
# Run all tests in the ExtractAndOverrideFactoryMethod directory
deno test ./DependencyBreakingTechniques/ExtractAndOverrideFactoryMethod/
# Run just my_test.ts
deno test my_test.ts

About

A collection of refactoring examples in TypeScript

License:MIT License


Languages

Language:TypeScript 100.0%