Skip to content

talgat-ruby/problems-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e55df70 · Mar 29, 2024

History

24 Commits
Oct 22, 2023
Oct 22, 2023
Oct 23, 2023
Jan 9, 2024
Jan 13, 2024
Feb 6, 2024
Mar 29, 2024
Mar 29, 2024
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Nov 8, 2023
Nov 28, 2023
Nov 28, 2023
Dec 10, 2023
Dec 19, 2023
Nov 3, 2023
Nov 28, 2023
Nov 28, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Oct 22, 2023

Repository files navigation

problems-js

This is problems repo.

Prerequisites

You will need:

Using jest as a testing lib.

Start

  1. Fork repo.

fork

  1. Clone forked repo. Use ssh because you will need to push.
  2. Install all dependencies.
npm install
  1. Solve problems and test if they are valid.
npm test

Update

First need setup remote repo for update. You need to do that once:

git remote add upstream git@github.com:talgat-ruby/problems-js.git
git remote set-url --push upstream DISABLE

Now any time you need to update you can do:

git pull upstream main

Test

In order to run specific exercise (for example exercise2):

npm test ./exercise2/

Or specific problem (for example exercise3/problem5):

npm test ./exercise3/problem5/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published