Skip to content

Commit

Permalink
Revert "Revert "is json output enough?""
Browse files Browse the repository at this point in the history
This reverts commit 6e3b6fe.
  • Loading branch information
SimenB committed Nov 20, 2023
1 parent 541071c commit 11100a8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ const nodeResolve = fromRollup(nodeResolveRollup);
const commonjs = fromRollup(commonjsRollup);

export default {
coverageConfig: {
reporters: ['json', 'lcov'],
},
files: ['test/**/*.test.ts'],
nodeResolve: true,
plugins: [
esbuildPlugin({ ts: true }),
nodeResolve({ browser: true, preferBuiltins: false }),
commonjs(),
commonjs({}),
],
};

0 comments on commit 11100a8

Please sign in to comment.