parent
aa8bef5867
commit
33b2dd8457
@ -1,3 +1,5 @@
|
|||||||
## [0.0.1] - TODO: Add release date.
|
# CHANGELOGS
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
## [0.0.2] - first release
|
||||||
|
|
||||||
|
## [0.0.1] - init Repo
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
|
||||||
|
|
||||||
import 'package:ansu_ui/ansu_ui.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);
|
|
||||||
expect(() => calculator.addOne(null), throwsNoSuchMethodError);
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in new issue