Gustavo Doná
05/25/2023, 5:34 PMerictgrubaugh
05/25/2023, 6:25 PMMarty Chang
05/26/2023, 2:51 AMnpm test
. This is IMO one of NetSuite’s strengths.NElliott
05/26/2023, 8:42 AMerictgrubaugh
05/26/2023, 8:17 PMNElliott
05/29/2023, 7:12 AMerictgrubaugh
05/29/2023, 6:29 PMnpm
for all my SDF Projects to run Jest (unit tests + code coverage), ESLint (syntax + style checking), JSDoc (documentation generation), and as the backbone of any CI/CD pipelines for said Projects. If it's you all by your lonesome working in one NetSuite Account, you might not need any of those things. The larger a team and its codebase grows, the more investments in something like npm
, CI/CD, and all the associated tooling pays off, but certainly npm
is not some magic solution for every situation.NElliott
05/30/2023, 9:01 AMerictgrubaugh
05/30/2023, 4:22 PMNElliott
05/30/2023, 5:41 PMNElliott
05/31/2023, 3:00 PM