make ci happy

This commit is contained in:
kingwl
2020-05-16 08:09:41 +08:00
parent ff4fca527d
commit fafb82b01a
3 changed files with 6 additions and 6 deletions
@@ -1,10 +1,10 @@
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
interface A {
foo: {
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
bar(): {
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
baz: 0 | 1 | 42 | undefined | ''
>baz : "" | 0 | 1 | 42 | undefined
@@ -1,10 +1,10 @@
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
interface A {
foo: {
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
bar(): {
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
baz: 0 | 1 | 42 | undefined | ''
>baz : "" | 0 | 1 | 42 | undefined
@@ -1,10 +1,10 @@
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
interface A {
foo: {
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
bar(): {
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
baz: 0 | 1 | 42 | undefined | ''
>baz : "" | 0 | 1 | 42 | undefined