Several fixes

This commit is contained in:
barsdeveloper
2024-02-15 00:09:15 +01:00
parent 67fc3c219b
commit 34a4f2746f
10 changed files with 311 additions and 77 deletions

View File

@@ -25,6 +25,9 @@ function getFirstWordOrder(words) {
return new RegExp(/\s*/.source + words.join(/[^\n]+\n\s*/.source) + /\s*/.source)
}
test.describe.configure({ mode: "parallel" })
for (const nodeTest of nodeTests) {
test.describe(nodeTest.name, () => {