mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Mocha integration test suite (#150)
This moves ./npm to ./npm/fbx2gltf, and introduces a Mocha / TypeScript based testing harness. We're also adding a GIT LFS dependency, but only for people who want to run tests. We're using LFS to store the many FBX models we want to convert to GLB as part of the integration test suite.
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
npm/bin/Darwin/FBX2glTF
|
||||
npm/bin/Linux/FBX2glTF
|
||||
npm/bin/Windows_NT/FBX2glTF.exe
|
||||
npm/node_modules/
|
||||
sdk/
|
||||
npm/fbx2gltf/bin/Darwin/FBX2glTF
|
||||
npm/fbx2gltf/bin/Linux/FBX2glTF
|
||||
npm/fbx2gltf/bin/Windows_NT/FBX2glTF.exe
|
||||
npm/fbx2gltf/node_modules/
|
||||
npm/tests/node_modules/
|
||||
npm/tests/test/*.js
|
||||
npm/tests/test/*.js.map
|
||||
|
||||
Reference in New Issue
Block a user