Adding all tracks, I guess
This commit is contained in:
8
dart/hello-world/test/hello_world_test.dart
Normal file
8
dart/hello-world/test/hello_world_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:test/test.dart';
|
||||
import 'package:hello_world/hello_world.dart';
|
||||
|
||||
void main() {
|
||||
test("Say Hi!", () {
|
||||
expect(new HelloWorld().hello(), equals("Hello, World!"));
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user