Skip to content

Commit

Permalink
Merge pull request #14926 from bghgary/update-obj-tests
Browse files Browse the repository at this point in the history
Fix obj loader tests
  • Loading branch information
sebavan authored Mar 28, 2024
2 parents aa8bc3e + f3b4cdf commit 9cc9591
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,32 @@
// "envFile": "${workspaceRoot}/.env",
"preLaunchTask": "CDN Serve and watch (Dev)"
},
{
/*
Launch tests
https://jestjs.io/docs/troubleshooting#debugging-in-vs-code
*/
"type": "node",
"request": "launch",
"name": "Run single validation test - WebGL1 (Dev)",
"runtimeArgs": [
"--inspect-brk",
"${workspaceRoot}/node_modules/jest/bin/jest.js",
"--runInBand",
"--selectProjects",
"visualization",
"-i",
"webgl1",
"-t",
"${input:testName}"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229,
// "outFiles": ["${workspaceRoot}/**/dist/**/*"], // debugging sources
// "envFile": "${workspaceRoot}/.env",
"preLaunchTask": "CDN Serve and watch (Dev)"
},
{
/*
Launch tests
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/tests/test/visualization/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@
},
{
"title": "OBJ loader test (legacy)",
"playgroundId": "#SYQW69#1212",
"playgroundId": "#SYQW69#1213",
"referenceImage": "objTestLoaderLegacy.png"
},
{
Expand Down

0 comments on commit 9cc9591

Please sign in to comment.