There was an error while loading. Please reload this page.
1 parent 50d1877 commit 01ce86aCopy full SHA for 01ce86a
1 file changed
src/korean-composer.test.ts
@@ -1,6 +1,7 @@
1
import { describe, expect, it } from "vitest";
2
import { composeKorean } from "./korean-composer.ts";
3
4
+// For all of the tests, do refer to https://github.com/dzikoysk/khangul/blob/main/khangul/src/commonTest/kotlin/HangulContextTest.kt
5
describe("Korean Composition", () => {
6
describe("Basic syllable formation", () => {
7
it("should compose ㅅ + ㅐ = 새", () => {
0 commit comments