first commit
This commit is contained in:
12
test/rich_editor_test.dart
Normal file
12
test/rich_editor_test.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:rich_editor/rich_editor.dart';
|
||||
|
||||
void main() {
|
||||
// test('adds one to input values', () {
|
||||
// final calculator = Calculator();
|
||||
// expect(calculator.addOne(2), 3);
|
||||
// expect(calculator.addOne(-7), -6);
|
||||
// expect(calculator.addOne(0), 1);
|
||||
// });
|
||||
}
|
||||
Reference in New Issue
Block a user