# AjLogoJs **Repository Path**: mirrors_jfromaniello/AjLogoJs ## Basic Information - **Project Name**: AjLogoJs - **Description**: Logo interpreter written in Javascript, running in browser and Node.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AjLogoJs Logo interpreter written in Javascript, using TDD (Node assert). ## Simple Assert Tests There are simple tests using node built-in assert module ``` node tests\tests ``` In Windows, you have a command file: ``` tests.cmd ``` ## NodeUnit Tests Install NodeUnit using npm from project folder ``` npm install nodeunit ``` Then run all tests in test folder ``` nodeunit test ``` (In Windows, there is a nodeunit.cmd that calls the nodeunit script)