Skip to content

Commit

Permalink
Revert "is json output enough?"
Browse files Browse the repository at this point in the history
This reverts commit af20f6c.
  • Loading branch information
SimenB committed Nov 20, 2023
1 parent af20f6c commit 6e3b6fe
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ 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 6e3b6fe

Please sign in to comment.