An open API service providing repository metadata for many open source software ecosystems.

Topic: "tdd-javascript"

priscilabgmoya/TDD

TDD(desarrollo guiado por pruebas) con react, vite, vitest y js.

Language: JavaScript - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AshishKapoor/tdd-react 📦

A website built with test driven development.

Language: JavaScript - Size: 2.19 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Shahir-47/Battleship

A web-based Battleship game with a strategic AI. Players engage in classic naval warfare against a computer. Code is open for contributions and tests ensure robust gameplay. Not mobile-optimized yet. Play now!

Language: JavaScript - Size: 1010 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

leiluspocus/advent-of-code-2023

Advent of Code 2023 🎅 (TDD + Node.js) - Will I complete it this year ? 🔮 (Spoiler: no)

Language: JavaScript - Size: 147 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pablo-albaladejo/adventofcode-2023

Language: TypeScript - Size: 257 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

chanqoDev/aa04-class-employee-manager-OOP

JS OOP, Recursion, TDD Testing, Polymorphism, context

Language: JavaScript - Size: 36.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mistersouza/tdd-simon

Explore the Simon Memory Game—a product of Test-Driven Development from the Code Institute's playbook. Experience a captivating memory challenge like never before.

Language: JavaScript - Size: 225 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

luisfcodes/felipe-rocha-projects

Felipe Rocha's YouTube Channel: https://www.youtube.com/@dicasparadevs/

Language: JavaScript - Size: 1.24 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dwtoledo/JS-Unit-Tests-with-Jest

This repository documents my initial exploration of Jest for testing JavaScript applications.

Language: TypeScript - Size: 242 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

LydiaNtafa/BankTechTest

Using Javascript to write code and jest to test it as an approach to design, document, program and refactor of a tech test.

Language: JavaScript - Size: 1.6 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

maisacmoraes/javascript-shopping-cart-project

This project develops a fully dynamic shopping cart using JavaScript, fetching data directly from an API for product search. Test-driven development is employed for this purpose.

Language: JavaScript - Size: 771 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Uwancha/battleship

A classic battleship game built following TDD

Language: JavaScript - Size: 188 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

yossiz74/TicTacToeWeb

A learning exercise of developing a webapp using TDD

Language: JavaScript - Size: 173 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

PakizeBozkurt/practising-test

Practising unit and integration test.

Language: JavaScript - Size: 9.92 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

krsy0411/PayService

웹 더치페이 서비스

Language: JavaScript - Size: 1.43 MB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

alirmemon37/Chandrayaan3-TDD-kata

Chandrayyan3 TDD Kata

Language: JavaScript - Size: 79.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kamilaut/meet

A serverless, progressive web application (PWA) with React using a test-driven development (TDD) technique. The application uses the Google Calendar API to fetch upcoming events.

Language: JavaScript - Size: 9.17 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mahammad-mostafa/unit-testing-exercise

This is the fifth project in the second module in the Microverse program. It is an exercise for practicing unit testing in JavaScript using Jest framework & Test Driven Development.

Language: JavaScript - Size: 110 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zetsux/hapijs-clean-starter

🧹 A Test Driven Development (TDD) starter template with clean architecture for projects using Hapi.js (JavaScript)

Language: JavaScript - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

spencer-rafada/arkad

This React project guides user to grow their wealth and finances through smart goals, financial tracker, and surrounding yourself with likeminded people.

Language: JavaScript - Size: 605 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

poly-glot/agile-poker

A serverless application built on Firebase Cloud to make agile team's story estimating efficient and fun.

Language: JavaScript - Size: 729 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 2

puybr/Testing

🧪 Test Driven Development Practice

Language: JavaScript - Size: 35.2 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

rafhaelmallorga/rent_a_car

Rent a car API developed using BDD (Behavior Driven Development) methodology.

Language: JavaScript - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bismarkagyare/testing-practice

Test Driven Development(TDD) in JavaScript using Jest. This is an assignment as part of TheOdinProject curriculum

Language: JavaScript - Size: 66.4 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ashmalzahra/Testing-practice

This project requires writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.

Language: JavaScript - Size: 70.3 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RodrigoAPassos/odin-battleship

Battleship Game from The Odin Project

Language: JavaScript - Size: 229 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

CptDarling/learn-tdd-in-react

Tutorial

Language: JavaScript - Size: 201 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

technoveltyco/bootcamp-week12-challenge

A Node.js CLI application that will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person, following Agile methodology, OO paradigm and TDD/BDD development in JavaScript.

Language: JavaScript - Size: 40.2 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Moreira-Edu/TDD-auth-study

Manager API for training TDD & auth concepts

Language: JavaScript - Size: 491 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Gromarant/CodeWars-with-TDD

A collection of Codewars exercises with TDD

Language: JavaScript - Size: 1.23 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ssmat/jwt-auth-tdd

A simple TDD authentication API using JWT

Language: JavaScript - Size: 2.02 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gonzs/first-app-with-testing

Code for Udemy Course

Language: JavaScript - Size: 5.16 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

samuelmaina/data-structures-and-algorithms

Repo containing common data structures and algorithms with their tests

Language: JavaScript - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kaiquebuilds/exercise-tracker-poc Fork of freeCodeCamp/boilerplate-project-exercisetracker

Exercise tracker RESTful API to practice TDD and Node.js.

Language: JavaScript - Size: 120 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cedrickchee/tdd-node-pg-knex

A test-first approach to developing a REST-ful API in Node.js

Language: JavaScript - Size: 75.2 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

openclassrooms-student/mathurinchung_frontend_9_29112022

[ BIlled ] Débuggez et testez un Saas RH - OpenClassrooms

Size: 566 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mathurinchung/billed Fork of OpenClassrooms-Student-Center/Billed-app-FR-Front

[ Billed ] Debug and test an HR SaaS

Language: JavaScript - Size: 543 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dhfuzari/js-tdd-best-practices

Javascript with test driven development

Language: HTML - Size: 1.63 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

artemchs/battleship-theodin

A project for The Odin Project's curriculum.

Language: JavaScript - Size: 21 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

robhhr/vending-machine

TDD Vending Machine built w/ JS Class and Jest 🃏

Language: JavaScript - Size: 1.65 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ramigs/fizzbuzz-tdd

fizzbuzz challenge using TDD

Language: JavaScript - Size: 608 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Maccauhuru/React-Jest-Enzyme-TDD

Language: JavaScript - Size: 3.06 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Brenno-Daniel/curso-javascript-testes

Repo do curso: Aprenda a testar Aplicações Javascript

Language: JavaScript - Size: 1.01 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RicardoCaselati/TFC-Project

Neste projeto fiquei responsável por desenvolver uma API (utilizando o método TDD) e também integrar - através do docker-compose - as aplicações para que elas funcionem consumindo um banco de dados.

Language: JavaScript - Size: 657 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

tanerdiler/Fullstack-Tdd-React-Springboot-UI

UI part of Fullstack Test Driven Development workshop. Main goal of this workshop is that creating UI Components by using Test Driven Development approach.

Language: JavaScript - Size: 1.33 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

laniiiiworld/jest

드림코딩 아카데미 강의노트 정리 공간 (JEST와 TDD)

Language: JavaScript - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Adeniyi-Bella/meet-up-app

A meet up app showing developers event in different cities using Google calendar

Language: JavaScript - Size: 3.56 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

garystorey/rtl-demo 📦

TDD With React Testing Library

Language: JavaScript - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

agruezo/Flask-React-AWS-EC2

Docker-based microservices project on AWS Elastic Container Services using CodeBuild and Elastic Container Registry with the option of deploying in EC2 mode or Fargate mode via Terraform

Language: JavaScript - Size: 243 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

clever-lopes/fullstack-football-api

App Full-Stack informativo sobre partidas e classificação de futebol.

Language: TypeScript - Size: 663 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rjulia/tdd-in-react

Language: JavaScript - Size: 198 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DarkWool/tdd-practice-js

Language: JavaScript - Size: 85 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Brunonavarrooficial/TDD_Jest_js

TDD Jest Js

Language: JavaScript - Size: 59.6 KB - Last synced at: 10 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

laurenbrabbin/bank-app

🏦 💸 This application mimics the functionality of a basic bank account

Language: JavaScript - Size: 4.65 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

irvingvjuarez/adventjs-21

Solving the challenge adventjs.dev using TDD

Language: JavaScript - Size: 97.7 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

chewy441014/team-showcase

Dynamically create a team profile page

Language: JavaScript - Size: 85.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

laurenbrabbin/javascript-fundamentals

This repository contains all my challenges and projects completed during Week 6 of the Makers bootcamp

Language: JavaScript - Size: 9.45 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nlw-education/bootcamp-gostack-rocket

Código do décimo terceiro módulo do Bootcamp GoStack 🎓

Language: HTML - Size: 184 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nlw-education/nlw-04-nodejs

Projeto construído durante o Next Level Week #4 na Trilha de Node.js da @Rocketseat

Language: TypeScript - Size: 398 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nlw-education/ignite-trabalhando-com-middlewares

Desafio 02 resolvidos no Ignite da Trilha de Node,js da @Rocketseat

Language: JavaScript - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hicarlodacuyan/battleship

TOP Full-Stack JavaScript - Project #8

Language: JavaScript - Size: 1.68 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

jy0529/vue3-todo-list

A TDD and UI E2E Test TodoList by Vue3.0 Example.

Language: TypeScript - Size: 68.4 KB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

renatospaka/scalable-monolith-ts

A scalable ts monolith

Language: TypeScript - Size: 144 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

le2sky/js-tdd

Language: JavaScript - Size: 153 KB - Last synced at: 5 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

IanOstrom/SimpleTDD

This library for Code.org's AppLab tests a function to see if the actual output is the same as the expected output.

Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

hurricanemark/TDD-nodejs-mocha-chai-testing

Software testing --Applying chai assertions under the mocha light framework.

Language: JavaScript - Size: 51.8 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

NavizDev/clean-code

Apuntes de clase clean-code. Ver rama master.

Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

willyanfx/tdd

Test Driven Development

Language: TypeScript - Size: 396 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

richirrim/code_challenge

API con Express + TDD con Jest & supertest + ES6 Modules + ESLint & Standard JS | Práctica 3 de la semana 4 | LaunchX

Language: JavaScript - Size: 366 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

vikrantshroti/string-calculator-tdd-kata

Language: JavaScript - Size: 102 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

drawanz/project-zoo-functions

Using High Order functions and applying the TDD methodology.

Language: JavaScript - Size: 101 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Flipesouza16/angular-TDD

An authentication application, using Test Driven Development, for studies

Language: TypeScript - Size: 1.61 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

julianesilvac75/store-manager-api

A RESTful API build with Node.js and MySQL

Language: JavaScript - Size: 557 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

marvambi/nodetdd

Test-Driven-Express for building APIs in NodeJS

Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

m0hanraj/social-comments

Simple react app to render comments with React Testing Library based tests

Language: JavaScript - Size: 287 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aka-sacci/api-sequelize

API made to study MVCS concepts, NodeJS + TypeScript, unity tests with Jest and Sequelize

Language: TypeScript - Size: 141 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

atxpaul/test-tdd

This will be an example of testing using TDD in a nodeJS API

Language: JavaScript - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Earth-Hominid/TDD

A JavaScript project dedicated to practising Test Driven Development. Jest is utilized for the automated tests.

Language: JavaScript - Size: 113 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Vadimkkka/tdd-basics

🛠 Test Driven Development Fundamentals

Language: TypeScript - Size: 2.56 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

victorsouza19/tdd

A repository to understand and practice the TDD concepts.

Language: JavaScript - Size: 40 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

IliasMariosG/algorithms-data-structures-java-script

Algorithms and Data Structures in JavaScript with TDD

Language: JavaScript - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

burus86/tdd-typescript-jest

Test driven development examples with Jest and Typescript

Language: TypeScript - Size: 85.9 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

janitastic/mod2-flashcards

An object-oriented application using ES6 classes. This program simulates a set of flash cards through the command line. A user can see questions, take guesses, and receive a final score.

Language: JavaScript - Size: 9.95 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

greenchul/virtual-pet

Virtual pet project as part of the Manchester Codes curriculum to practice OOP, implement TDD & use NPM

Language: JavaScript - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

angaaruriakhil/js-calculator

Calculator created using JavaScript, HTML and CSS during week 3 of the _nology course. Tested using Cypress. Supports negative number and decimal inputs.

Language: JavaScript - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

oliverngola/clean-ts-api

API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles

Language: TypeScript - Size: 2.44 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

janitastic/flashcards Fork of turingschool-examples/flashcards-starter

An object-oriented application using ES6 classes. This program simulates a set of flash cards through the command line. A user can see questions, take guesses, and receive a final score.

Language: JavaScript - Size: 1.48 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

noorncho/morse-code-translator

A Morse Code translator for English to Morse Code and vise versa.

Language: JavaScript - Size: 6.18 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

hudsonssrosa/tdd-typescript

TDD exercises

Language: TypeScript - Size: 178 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sm4rtinez/morse-code-tdd

The aim of this project is to build a morse code translator using TDD.

Language: JavaScript - Size: 570 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

rgiovani/googleDriveClone

Projeto criado durante a quinta semana de javascript expert.

Language: JavaScript - Size: 2.33 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Devpe007/api-graphql-jest-rest-typescript

Api NodeJS Rest feita com GraphQL, Jest, Typescript e SQLite

Language: TypeScript - Size: 247 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

TDAWebDevBootcamp/Week-5-Project-Ceaser-Cipher

Example for Ceaser Cipher project

Language: JavaScript - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

rajnidua/TeamProfileGenerator

Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.

Language: JavaScript - Size: 2.45 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

VinayKanase/js-testing

TDD with JavaScript and Jest

Language: JavaScript - Size: 43.9 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Kick933/testing-practice

Test Driven Development Practice using Javascript.

Language: JavaScript - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Devpe007/tests-in-application

Criando testes na aplicação com Jest e SuperTest

Language: TypeScript - Size: 142 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sofyansetiawan/ttd-jest-oop-simulation

TDD with Jest.js to test and simulate OOP using Node.js

Language: JavaScript - Size: 11.5 MB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

skylerhogan/mars-rover

As an exercise in test-driven development, class construction and exception-handling, this is a simulation based on communication with a rover on Mars.

Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jucian0/object-path

An immutable implementation of dot-prop.

Language: JavaScript - Size: 380 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0