Open keturn opened 6 years ago
Due to #521, we can't use our regular build chain with this, so we're having trouble with integrating code that uses this into our test suite.
Can you suggest a way for us to set up our karma.conf so that Box.Preview is available at test time?
karma.conf
Box.Preview
Preferably without having to re-fetch preview.js from the network with every test run.
Or is there a mock implementation of Box.Preview we should load instead?
@keturn I see this was posted some time ago and never received a response. Did you ever figure out a solution?
Couldn't say; I'm no longer working with that project.
Due to #521, we can't use our regular build chain with this, so we're having trouble with integrating code that uses this into our test suite.
Can you suggest a way for us to set up our
karma.conf
so thatBox.Preview
is available at test time?Preferably without having to re-fetch preview.js from the network with every test run.
Or is there a mock implementation of Box.Preview we should load instead?