Skip to content

Commit 93b2e75

Browse files
koddssonkeithamus
andcommitted
Set esbuild target for tests to es2020
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent d07f6f4 commit 93b2e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-test-runner.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import {esbuildPlugin} from '@web/dev-server-esbuild'
22

33
export default {
44
files: ['test/*'],
5-
plugins: [esbuildPlugin({ts: true})]
5+
plugins: [esbuildPlugin({ts: true, target: 'es2020'})]
66
}

0 commit comments

Comments
 (0)