mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 15:14:16 +08:00
Upgrade QUnit to latest version
This commit is contained in:
@ -13,7 +13,7 @@ componentTest("renders correctly with no properties set", {
|
||||
componentTest("support a placeholder", {
|
||||
template: `{{text-field placeholderKey="placeholder.i18n.key"}}`,
|
||||
|
||||
setup() {
|
||||
beforeEach() {
|
||||
sandbox.stub(I18n, "t").returnsArg(0);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user