Skip to content

Commit 26e4ab1

Browse files
committed
fix: enable JSON support in web test runner configuration
Signed-off-by: Nora Blomaard <[email protected]>
1 parent 85779bf commit 26e4ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/web-test-runner.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import process from 'process';
55

66
export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
77
/** we run test directly on TypeScript files */
8-
plugins: [esbuildPlugin({ ts: true })],
8+
plugins: [esbuildPlugin({ ts: true, json: true })],
99

1010
/** Resolve bare module imports */
1111
nodeResolve: {

0 commit comments

Comments
 (0)