|
Asper Header
1.0.14
The header injector extension
|
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' | |
Comprehensive test suite for Morse code translation functionality.
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.
| import* as assert from assert |
Definition at line 15 of file morse.test.ts.
| import { MorseTranslator } from '../modules/morseCode' |
Definition at line 16 of file morse.test.ts.