feat: solution for 'Повторный экзамен #2: Граф с рефлексией на код'

This commit is contained in:
2026-07-01 11:22:21 +03:00
parent 7832ec4f07
commit 9412dbf851
7 changed files with 240 additions and 101 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js']
};