So, I'm using Jest for unit testing my NestJS application. I'm using jest-date-mock to mock the current Date. I've implemented the jest-date-mock npm package absolutely correctly. All tests pass fine on my local. But when the bamboo build runs, a few tests fails. Interestingly, if I comment out those failing tests some other test's fail(which were earlier passing), while all of my tests are independent of one another. Is there anything I'm missing here? What could be the possible cause for this unexpected behavior?
Hello @kartik Shankar, welcome to the Atlassian Community :)
Do you have the same capabilities and requirements configured on Bamboo as your local environment has?
If you have everything correctly configured, could you share some piece of your log that shows why your test is failing? That could help us figure out why the test is failing :)
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.