Placeholder test files

This commit is contained in:
Ankit Mahato
2023-07-20 05:50:45 +05:30
parent f761e85eb7
commit fea076dac5
2 changed files with 21 additions and 0 deletions

View 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);
});*/
},
);
}