renaming to Thermion
This commit is contained in:
8
examples/dart/cli_wasm/test/example_cli_test.dart
Normal file
8
examples/dart/cli_wasm/test/example_cli_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:example_cli/example_cli.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('calculate', () {
|
||||
expect(calculate(), 42);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user