Draco/KTX loading for pupetteer

Hi,

I am trying tom write some unit tests for validating the model to actually render but am unable to get it through our pupetteer test suite. I have set the decoder path which works in the front-end of our page (and in the unit tests) but pupetteer cannot locate the file and fails to load.

this.dracoLoader.setDecoderPath('3rdParty/three.js-master/jsm/libs/draco/');

the code above works for the actual renderer, but as soon as it goes to the pupetteer it no longer functions… How do I get this to load the files so the tests can run successfully?

Error: TypeError: Failed to fetch
    at file:///C:/HYSG/cloudflow-default/NiXPSWeb/proofscopeComponent/tests/(generate)/nixps-test-Proofscope.js:187707:20
    at Object.invoke (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/sinon/sinon-7.3.1.js:441:36)
    at functionStub (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/sinon/sinon-7.3.1.js:3076:51)
    at Function.invoke (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/sinon/sinon-7.3.1.js:2629:55)
    at functionStub (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/sinon/sinon-7.3.1.js:2417:34)
    at FileLoader.load (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/three.js-master/dist/dist-three.js:51801:7)
    at file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/three.js-master/dist/dist-three.js:10828:16
    at new Promise (<anonymous>)
    at DRACOLoader._loadLibrary (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/three.js-master/dist/dist-three.js:10827:14)
    at DRACOLoader._initDecoder (file:///C:/HYSG/cloudflow-default/NiXPSWeb/3rdParty/three.js-master/dist/dist-three.js:10847:36)