diff --git a/src/address-edit/test/__snapshots__/index.spec.js.snap b/src/address-edit/test/__snapshots__/index.spec.js.snap index 9ee72b127..bf54af973 100644 --- a/src/address-edit/test/__snapshots__/index.spec.js.snap +++ b/src/address-edit/test/__snapshots__/index.spec.js.snap @@ -12,14 +12,14 @@ exports[`should render AddressEdit correctly 1`] = `
- 姓名 + Name
@@ -27,14 +27,14 @@ exports[`should render AddressEdit correctly 1`] = `
- 电话 + Phone
@@ -45,7 +45,7 @@ exports[`should render AddressEdit correctly 1`] = ` >
- 地区 + Area
@@ -53,7 +53,7 @@ exports[`should render AddressEdit correctly 1`] = `
@@ -65,14 +65,14 @@ exports[`should render AddressEdit correctly 1`] = `
- 详细地址 + Address
@@ -85,7 +85,7 @@ exports[`should render AddressEdit correctly 1`] = ` >
- 保存 + Save
@@ -99,14 +99,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
- 姓名 + Name
@@ -114,14 +114,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
- 电话 + Phone
@@ -132,7 +132,7 @@ exports[`should render AddressEdit with props correctly 1`] = ` >
- 地区 + Area
@@ -140,7 +140,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
@@ -152,14 +152,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
- 详细地址 + Address
@@ -168,14 +168,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
- 邮政编码 + Postal
@@ -184,7 +184,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
- 设为默认收货地址 + Set as the default address
- 保存 + Save
@@ -214,19 +214,19 @@ exports[`should valid address detail and render error message correctly 1`] = `
- 详细地址 + Address
- 请填写详细地址 + Address can not be empty
@@ -236,14 +236,14 @@ exports[`should valid address detail and render error message correctly 2`] = `
- 详细地址 + Address
@@ -259,7 +259,7 @@ exports[`should valid area code and render error message correctly 1`] = ` >
- 地区 + Area
@@ -267,7 +267,7 @@ exports[`should valid area code and render error message correctly 1`] = `
@@ -275,7 +275,7 @@ exports[`should valid area code and render error message correctly 1`] = `
- 请选择地区 + Please select a receiving area
@@ -288,7 +288,7 @@ exports[`should valid area code and render error message correctly 2`] = ` >
- 地区 + Area
@@ -296,7 +296,7 @@ exports[`should valid area code and render error message correctly 2`] = `
@@ -311,18 +311,18 @@ exports[`should valid name and render error message correctly 1`] = `
- 姓名 + Name
- 请填写姓名 + Please fill in the name
@@ -332,14 +332,14 @@ exports[`should valid name and render error message correctly 2`] = `
- 姓名 + Name
@@ -350,18 +350,18 @@ exports[`should valid postal code and render error message correctly 1`] = `
- 邮政编码 + Postal
- 邮政编码格式不正确 + Wrong postal code
@@ -371,14 +371,14 @@ exports[`should valid postal code and render error message correctly 2`] = `
- 邮政编码 + Postal
@@ -389,18 +389,18 @@ exports[`should valid tel and render error message correctly 1`] = `
- 电话 + Phone
- 请输入正确的手机号 + Malformed phone number
@@ -410,14 +410,14 @@ exports[`should valid tel and render error message correctly 2`] = `
- 电话 + Phone
diff --git a/src/area/test/__snapshots__/index.spec.js.snap b/src/area/test/__snapshots__/index.spec.js.snap index 69c356191..02a2c08d9 100644 --- a/src/area/test/__snapshots__/index.spec.js.snap +++ b/src/area/test/__snapshots__/index.spec.js.snap @@ -6,12 +6,12 @@ exports[`should render columns-top、columns-bottom slot correctly 1`] = `
Top @@ -54,13 +54,13 @@ exports[`should render title slot correctly 1`] = ` Custom Title
`; @@ -71,12 +71,12 @@ exports[`should render two columns when columns-num prop is two 1`] = `
- 请选择 + Select
- 请输入正确的姓名 + Malformed name
`; exports[`should validate contact tel before submitting form 1`] = `
- 请输入正确的手机号 + Malformed phone number
`; diff --git a/src/contact-list/test/__snapshots__/index.spec.ts.snap b/src/contact-list/test/__snapshots__/index.spec.ts.snap index 0d02c2c45..8941f29b6 100644 --- a/src/contact-list/test/__snapshots__/index.spec.ts.snap +++ b/src/contact-list/test/__snapshots__/index.spec.ts.snap @@ -36,7 +36,7 @@ exports[`should render ContactList correctly 1`] = ` >
- 新建联系人 + Add new contact
diff --git a/src/pagination/test/__snapshots__/index.spec.ts.snap b/src/pagination/test/__snapshots__/index.spec.ts.snap index 35bfbb398..88bddc7ed 100644 --- a/src/pagination/test/__snapshots__/index.spec.ts.snap +++ b/src/pagination/test/__snapshots__/index.spec.ts.snap @@ -3,7 +3,7 @@ exports[`should render page slot correctly 1`] = `
  • - 上一页 + Previous
  • foo 1 @@ -21,7 +21,7 @@ exports[`should render page slot correctly 1`] = ` foo 5
  • - 下一页 + Next
`; diff --git a/src/pull-refresh/test/__snapshots__/index.spec.ts.snap b/src/pull-refresh/test/__snapshots__/index.spec.ts.snap index 1ac507b8d..43009af82 100644 --- a/src/pull-refresh/test/__snapshots__/index.spec.ts.snap +++ b/src/pull-refresh/test/__snapshots__/index.spec.ts.snap @@ -7,7 +7,7 @@ exports[`should render different head content in different pulling status 1`] = >
- 下拉即可刷新... + Pull to refresh...
@@ -21,7 +21,7 @@ exports[`should render different head content in different pulling status 2`] = >
- 释放即可刷新... + Loose to refresh...
@@ -50,7 +50,7 @@ exports[`should render different head content in different pulling status 3`] = - 加载中... + Loading...
@@ -80,7 +80,7 @@ exports[`should render different head content in different pulling status 4`] = - 加载中... + Loading...
diff --git a/src/share-sheet/test/__snapshots__/index.spec.ts.snap b/src/share-sheet/test/__snapshots__/index.spec.ts.snap index 2f77cff1a..405b3a012 100644 --- a/src/share-sheet/test/__snapshots__/index.spec.ts.snap +++ b/src/share-sheet/test/__snapshots__/index.spec.ts.snap @@ -34,7 +34,7 @@ exports[`should render title and description slot correctly 1`] = `
diff --git a/test/demo.ts b/test/demo.ts index 98f545f9f..f675815dd 100644 --- a/test/demo.ts +++ b/test/demo.ts @@ -1,11 +1,8 @@ import { h } from 'vue'; import Locale from '../src/locale'; -import enUS from '../src/locale/lang/en-US'; import { mount, later } from '.'; import { DemoLocaleMixin } from '../docs/site/demo-locale'; -Locale.use('en-US', enUS); - const EmptyComponent = { render() { return h('div', [this.$slots.default()]); diff --git a/test/index.ts b/test/index.ts index 540f8ee38..75878a86c 100644 --- a/test/index.ts +++ b/test/index.ts @@ -1,4 +1,8 @@ import './plugin'; +import Locale from '../src/locale'; +import enUS from '../src/locale/lang/en-US'; + +Locale.use('en-US', enUS); // promisify setTimeout export function later(delay = 0): Promise {