From 19c8cd3a457b58bc62a6e0223ff78208a73d9435 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 4 Jan 2022 17:02:56 -0500 Subject: fix: upgrade swc_ecmascript to 0.103 (#13284) --- cli/tests/testdata/bundle_jsx.out | 3 +-- cli/tests/unit/test_util.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/bundle_jsx.out b/cli/tests/testdata/bundle_jsx.out index 44c9e4555..da83cde82 100644 --- a/cli/tests/testdata/bundle_jsx.out +++ b/cli/tests/testdata/bundle_jsx.out @@ -1,7 +1,6 @@ [WILDCARD] const React = { - createElement () { - } + createElement () {} }; function app() { return React.createElement("div", null, React.createElement("h2", null, "asdf")); diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts index 80af8fdfc..85c59717c 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -1,6 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -import { assert } from "../../../test_util/std/testing/asserts.ts"; import * as colors from "../../../test_util/std/fmt/colors.ts"; export { colors }; import { resolve } from "../../../test_util/std/path/mod.ts"; -- cgit v1.2.3