Skip to content
Merged
1 change: 1 addition & 0 deletions apps/test-suite/TestModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function getTestModules() {

if (['android', 'ios'].includes(Platform.OS)) {
modules.push(require('./tests/FileSystemNext'));
modules.push(require('./tests/Blob'));
}

if (Platform.OS === 'android') {
Expand Down
Loading