Skip to content

Commit

Permalink
is json output enough?
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 20, 2023
1 parent 45f70e7 commit af20f6c
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 af20f6c

Please sign in to comment.