Skip to content

Commit

Permalink
Revert "temporarily disable jsi tests on android"
Browse files Browse the repository at this point in the history
This reverts commit 5bdc77e.
  • Loading branch information
radex committed Nov 29, 2024
1 parent 9127617 commit b0d01b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/adapters/sqlite/integrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const SQLiteAdapterTest = (spec) => {
expectedDispatcherType: 'asynchronous',
}
: null,
Platform.OS !== 'android'
? { name: 'SQLiteAdapter (JSI mode)', options: { jsi: true }, expectedDispatcherType: 'jsi' }
: null,
{ name: 'SQLiteAdapter (JSI mode)', options: { jsi: true }, expectedDispatcherType: 'jsi' },
].filter(Boolean)

configurations.forEach(({ name: configurationName, options, expectedDispatcherType }) => {
Expand Down

0 comments on commit b0d01b4

Please sign in to comment.