tsalb/lwc-utils

Failing 2 tests when you deploy to production

liuxiachanghong opened this issue · 2 comments

Deploying to sandbox/scratch org works but not to production. I ran the following command line to deploy to production.
sfdx force:source:deploy -l RunLocalTests -u masahiro@yourdomain.com -p utils-core

It returns 2 failing Tests but not sure what or where to rectify.

failing-2-test

Pretty cool components, would save a lot of my time.

Sorry, this worked.(limit to ApexTest)
-l RunSpecifiedTests -r CalculateFormulasTests,DataTableServiceTests,LookupAuraServiceTests

tsalb commented

Glad you figured it out!

I was going to recommend you install the 2GP modules instead, but that is entirely up to you.