mirror of
https://github.com/foss42/apidash.git
synced 2025-06-06 03:18:43 +08:00
Placeholder test files
This commit is contained in:
17
test/utils/file_utils_test.dart
Normal file
17
test/utils/file_utils_test.dart
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import 'package:test/test.dart';
|
||||||
|
import 'package:apidash/utils/file_utils.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
group(
|
||||||
|
"Testing x function",
|
||||||
|
() {
|
||||||
|
/*test('Test case 2', () {
|
||||||
|
expect(showButtonLabelsInViewCodePane(350), false);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('Test case 3', () {
|
||||||
|
expect(showButtonLabelsInViewCodePane(450), true);
|
||||||
|
});*/
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
4
test/widget_test.dart
Normal file
4
test/widget_test.dart
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import 'package:apidash/main.dart';
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
|
void main() {}
|
Reference in New Issue
Block a user