02_build_Scene Python

mit Test
This commit is contained in:
chk
2026-05-23 10:42:13 +02:00
parent ce212e412f
commit d6c9aa8cc4
4 changed files with 269 additions and 0 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
testPathIgnorePatterns: ["/test/data/screenshot/"],
watchPathIgnorePatterns: ["/test/data/screenshot/"]
};