Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 253cb34

Browse files
committed
Refactor and simplify test counts
1 parent ddd8276 commit 253cb34

File tree

9 files changed

+524
-423
lines changed

9 files changed

+524
-423
lines changed

packages/jest-plugin/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default [
3636
// Mimicks TypeScript `esModuleInterop` (see
3737
// https://rollupjs.org/configuration-options/#output-format).
3838
interop: "auto",
39+
sourcemap: true,
3940
},
4041
// Bundle the internal @unflakable/plugins-common package in dist/, but leave most other
4142
// imported packages as an external. Internal modules begin with `.` or `/`.

0 commit comments

Comments
 (0)