Skip to content

Commit ecb94bb

Browse files
committed
fix: should always use en language in specrunner window
1 parent 72c39a7 commit ecb94bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/SpecRunner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ require.config({
4444
"thirdparty/preact": "preact-compat",
4545
"thirdparty/preact-test-utils": "preact-test-utils"
4646
}
47-
}
47+
},
48+
locale: "en" // force English (US) for consistent test strings
4849
});
4950

5051
window.logger = {

0 commit comments

Comments
 (0)