Fix project structure
This commit is contained in:
8
flutter-scene-spike/test/configuration_test.dart
Normal file
8
flutter-scene-spike/test/configuration_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:flutter_scene_spike/main.dart';
|
||||
|
||||
void main() {
|
||||
test('uses the expected spike label', () {
|
||||
expect(spikeTitle, 'FLUTTER SCENE CARD SPIKE');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user