We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c39a7 commit ecb94bbCopy full SHA for ecb94bb
1 file changed
test/SpecRunner.js
@@ -44,7 +44,8 @@ require.config({
44
"thirdparty/preact": "preact-compat",
45
"thirdparty/preact-test-utils": "preact-test-utils"
46
}
47
- }
+ },
48
+ locale: "en" // force English (US) for consistent test strings
49
});
50
51
window.logger = {
0 commit comments