We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef46a24 commit 4fe994cCopy full SHA for 4fe994c
src/translator/test.ts
@@ -9,6 +9,11 @@ Deno.test("verb with adverb", () => {
9
assertArrayIncludes(translations, ["I nicely communicate"]);
10
});
11
12
+Deno.test("adjective with adverb", () => {
13
+ const translations = translate("pona ike").unwrap();
14
+ assertArrayIncludes(translations, ["Badly good"]);
15
+});
16
+
17
const NUMBER_TESTS = new Map(Object.entries({
18
"tu tu tu wan": 7,
19
"luka tu": 7,
0 commit comments