Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
morse.test.ts File Reference

Comprehensive test suite for Morse code translation functionality. More...

Go to the source code of this file.

Variables

import *as assert from assert
 
 import { MorseTranslator } from '../modules/morseCode'
 

Detailed Description

Comprehensive test suite for Morse code translation functionality.

Author
Henry Letellier
Version
1.0.10
Since
1.0.4
Date
2025

This module provides extensive testing coverage for the MorseTranslator class, validating both text-to-morse and morse-to-text conversion capabilities. Tests ensure compliance with International Morse Code standards and verify proper handling of edge cases, special characters, and formatting.

Definition in file morse.test.ts.

Variable Documentation

◆ assert

import* as assert from assert

Definition at line 15 of file morse.test.ts.

◆ import

import { MorseTranslator } from '../modules/morseCode'

Definition at line 16 of file morse.test.ts.