This commit is contained in:
J L 2024-02-11 17:07:58 +00:00 committed by GitHub
commit 0190984681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 263 additions and 0 deletions

View file

@ -80,6 +80,7 @@ import "./tests/PowerSet.mjs";
import "./tests/Regex.mjs";
import "./tests/Register.mjs";
import "./tests/Rotate.mjs";
import "./tests/Searcn.mjs";
import "./tests/SeqUtils.mjs";
import "./tests/SetDifference.mjs";
import "./tests/SetIntersection.mjs";