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 07f21ba commit cd9d4d1Copy full SHA for cd9d4d1
test/integration/middleware/core/test/index.test.js
@@ -698,7 +698,7 @@ function responseTests(locale = '') {
698
}
699
700
function interfaceTests(locale = '') {
701
- it(`${locale} \`globalThis\` is accesible`, async () => {
+ it(`${locale} \`globalThis\` is accessible`, async () => {
702
const res = await fetchViaHTTP(context.appPort, '/interface/globalthis')
703
const globals = await res.json()
704
expect(globals.length > 0).toBe(true)
0 commit comments