mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-07-05 10:47:52 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:focusgram/main.dart';
|
||||
|
||||
void main() {
|
||||
// Widget tests for FocusGram are not yet implemented.
|
||||
// The app requires SharedPreferences and WebView which need mocking.
|
||||
test('placeholder', () {
|
||||
expect(FocusGramApp, isNotNull);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user