Skip to content

Commit

Permalink
fix: chrome 88
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Feb 8, 2021
1 parent 2e8d4fc commit 96f40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/datetime.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ desc('datetime format', () => {
i18n.locale = 'zh-CN'
}).then(() => {
// NOTE: avoid webkit(phatomjs/safari) & Intl polyfill wired localization...
isChrome && assert.strictEqual(text.textContent, '2012/12/20 下午12:00')
isChrome && assert.strictEqual(text.textContent, '2012/12/20下午12:00')
}).then(done)
})
})
Expand Down

0 comments on commit 96f40ab

Please sign in to comment.