We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6f72 commit d7d508aCopy full SHA for d7d508a
javascript/MaterialXTest/xmlIo.spec.js
@@ -10,7 +10,8 @@ describe('XmlIo', () =>
10
11
// These should be relative to cwd
12
const includeTestPath = 'data/includes';
13
- const libraryPath = '../../libraries/stdlib';
+ // const libraryPath = '../../libraries/stdlib';
14
+ const libraryPath = '../build/libraries/DataLibraryBuild/stdlib';
15
const examplesPath = '../../resources/Materials/Examples';
16
// TODO: Is there a better way to get these filenames than hardcoding them here?
17
// The C++ tests load all files in the given directories. This would work in Node, but not in the browser.
0 commit comments