We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773874b commit 8dd5c42Copy full SHA for 8dd5c42
test/e2e/frameworks/react-i18next/basic.test.ts
@@ -14,9 +14,8 @@ setupTest('React with i18next', () => {
14
it('enables correct frameworks', async() => {
15
not(Global, undefined)
16
is(Global.enabled, true)
17
- is(Global.enabledFrameworks.length, 2)
+ is(Global.enabledFrameworks.length, 1)
18
is(Global.enabledFrameworks[0].id, 'react-i18next')
19
- is(Global.enabledFrameworks[1].id, 'general')
20
})
21
22
it('get correct coverage report', async() => {
0 commit comments