We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e460c3e commit 4c5050bCopy full SHA for 4c5050b
test/jsonloader_test.dart
@@ -3,11 +3,11 @@ import 'package:flutter_test/flutter_test.dart';
3
import 'package:jsonloader/jsonloader.dart';
4
5
void main() {
6
- test('adds one to input values', () {
+ /*test('adds one to input values', () {
7
final calculator = Calculator();
8
expect(calculator.addOne(2), 3);
9
expect(calculator.addOne(-7), -6);
10
expect(calculator.addOne(0), 1);
11
expect(() => calculator.addOne(null), throwsNoSuchMethodError);
12
- });
+ });*/
13
}
0 commit comments