'Should I run my unit tests against the Rollup bundle?
What is the best approach for Jest testing a Typescript library I built, i.e.
import *.ts source code files, or the generated Rollup bundle files (CJS, ESM)?
In the latter case, is it advisable to code tests in Typescript?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
