import 'package:test/test.dart'; void main() { /// TODO: Remove this and add proper tests. test('trues are true and falses are false', () { expect(true, isTrue); expect(false, isFalse); }); }