Hey there,
Looking through your apps, I'm not able to find an api file with a logincomponent in it.
For most of our tests we use a format like
const response = require('dotdot/fixtures/responses/200.json'); // I had to replace actual dots with the phrase “dot” in order to post this
Would that format work for you? If not we'd probably need more information about the structure of your code, where each file is, etc.
You might find we're able to discuss the specifics of your code via email if you reach out while logged in to your developer account at https://developer.zapier.com/contact
Hope that helps! Let us know if you still have questions.
Hey there,
Looking through your apps, I'm not able to find an api file with a logincomponent in it.
For most of our tests we use a format like
const response = require('dotdot/fixtures/responses/200.json'); // I had to replace actual dots with the phrase “dot” in order to post this
Would that format work for you? If not we'd probably need more information about the structure of your code, where each file is, etc.
You might find we're able to discuss the specifics of your code via email if you reach out while logged in to your developer account at https://developer.zapier.com/contact
Hope that helps! Let us know if you still have questions.
Yes this (‘dotdot/’) format works for me. But I needed to define those paths in absolute path. But seems it isn`t possible with Zapier bundleing process.
Hey PASINDU,
Interesting. I don’t know off hand if what you’re trying to do will work, so I was trying to dig in myself and try to figure out exactly what was going on.
Since I couldn’t find any logincomponent in your code, I couldn’t test it out. Does it actually exist somewhere? Can you import it using the relative path syntax? If so, what is the exact line you use to import it?
And I’m curious, why do you need to do an absolute import?
Thanks!