Skip to content

Commit 8dd5c42

Browse files
Fix test
1 parent 773874b commit 8dd5c42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/frameworks/react-i18next/basic.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ setupTest('React with i18next', () => {
1414
it('enables correct frameworks', async() => {
1515
not(Global, undefined)
1616
is(Global.enabled, true)
17-
is(Global.enabledFrameworks.length, 2)
17+
is(Global.enabledFrameworks.length, 1)
1818
is(Global.enabledFrameworks[0].id, 'react-i18next')
19-
is(Global.enabledFrameworks[1].id, 'general')
2019
})
2120

2221
it('get correct coverage report', async() => {

0 commit comments

Comments
 (0)