RED: test convert 1 to I
This commit is contained in:
parent
15f6698a94
commit
78f8e1a3a0
1 changed files with 8 additions and 1 deletions
|
|
@ -1 +1,8 @@
|
|||
void main() {}
|
||||
import 'package:tdd_katas/roman_numerals.dart' as roman_numerals;
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('converts 1 to I', () {
|
||||
expect(roman_numerals.integerToRoman(1), 'I');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue