chore: swtich to rolldown bundling (experimental) #1757
Annotations
11 errors
|
Run e2e tests:
e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語'
Expected: "言語"
Received: "{{ t('message.language') }}"
❯ e2e/started.spec.ts:9:44
|
Run e2e tests:
e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language'
Expected: "Language"
Received: "{{ t('message.language') }}"
❯ e2e/started.spec.ts:15:44
|
Run e2e tests:
e2e/fallback/basic.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…'
- Expected:
"[intlify] Not found 'message.hello' key in 'ja' locale messages."
+ Received:
undefined
❯ e2e/fallback/basic.spec.ts:22:27
|
Run e2e tests:
e2e/fallback/basic.spec.ts#L32
AssertionError: expected '{{ t("message.hello") }}' to match 'hello world!'
Expected: "hello world!"
Received: "{{ t("message.hello") }}"
❯ e2e/fallback/basic.spec.ts:32:45
|
Run e2e tests:
e2e/fallback/component.spec.ts#L9
AssertionError: expected '{{ t("message.hello") }}' to match 'こんにちは、世界'
Expected: "こんにちは、世界"
Received: "{{ t("message.hello") }}"
❯ e2e/fallback/component.spec.ts:9:50
|
Run e2e tests:
e2e/fallback/default-format.spec.ts#L21
AssertionError: expected [] to deeply equal [ …(9) ]
- Expected
+ Received
- Array [
- "[intlify] Not found 'messages.hello' key in 'ja' locale messages.",
- "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.",
- "[intlify] Not found 'messages.hello' key in 'en' locale messages.",
- "[intlify] Not found 'messages.hello' key in 'ja' locale messages.",
- "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.",
- "[intlify] Not found 'messages.hello' key in 'en' locale messages.",
- "[intlify] Not found 'good morning, {name}!' key in 'ja' locale messages.",
- "[intlify] Fall back to translate 'good morning, {name}!' key with 'en' locale.",
- "[intlify] Not found 'good morning, {name}!' key in 'en' locale messages.",
- ]
+ Array []
❯ e2e/fallback/default-format.spec.ts:21:24
|
Run e2e tests:
e2e/fallback/default-format.spec.ts#L35
AssertionError: expected '\n {{ t("messages.hello", { na…' to match 'hello, kazupon!'
- Expected
+ Received
- hello, kazupon!
+
+ {{ t("messages.hello", { name: 'kazupon' }, 'hello, {name}!') }}
+
❯ e2e/fallback/default-format.spec.ts:35:48
|
Run e2e tests:
e2e/fallback/format.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'hello, {name}!\…'
- Expected:
"[intlify] Not found 'hello, {name}!' key in 'ja' locale messages."
+ Received:
undefined
❯ e2e/fallback/format.spec.ts:22:27
|
Run e2e tests:
e2e/fallback/format.spec.ts#L28
AssertionError: expected '{{ t("hello, {name}!", { name: \'kazu…' to match 'hello, kazupon!'
Expected: "hello, kazupon!"
Received: "{{ t("hello, {name}!", { name: 'kazupon' }) }}"
❯ e2e/fallback/format.spec.ts:28:45
|
Run e2e tests:
e2e/fallback/option.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…'
- Expected:
"[intlify] Not found 'message.hello' key in 'ja' locale messages."
+ Received:
undefined
❯ e2e/fallback/option.spec.ts:22:27
|
Loading