Skip to content

Commit 4fe994c

Browse files
committed
add test for adjective adverb
1 parent ef46a24 commit 4fe994c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/translator/test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Deno.test("verb with adverb", () => {
99
assertArrayIncludes(translations, ["I nicely communicate"]);
1010
});
1111

12+
Deno.test("adjective with adverb", () => {
13+
const translations = translate("pona ike").unwrap();
14+
assertArrayIncludes(translations, ["Badly good"]);
15+
});
16+
1217
const NUMBER_TESTS = new Map(Object.entries({
1318
"tu tu tu wan": 7,
1419
"luka tu": 7,

0 commit comments

Comments
 (0)