mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
chore: url launcher test
This commit is contained in:
parent
fe524736ec
commit
eaf396630c
1 changed files with 0 additions and 12 deletions
|
|
@ -2,18 +2,6 @@ import 'package:appflowy_editor/src/extensions/url_launcher_extension.dart';
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
// test('safeLaunchUrl with scheme', () async {
|
||||
// const href = 'https://github.com/AppFlowy-IO';
|
||||
// final result = await safeLaunchUrl(href);
|
||||
// expect(result, true);
|
||||
// });
|
||||
|
||||
// test('safeLaunchUrl without scheme', () async {
|
||||
// const href = 'github.com/AppFlowy-IO';
|
||||
// final result = await safeLaunchUrl(href);
|
||||
// expect(result, true);
|
||||
// });
|
||||
|
||||
test('safeLaunchUrl without scheme', () async {
|
||||
const href = null;
|
||||
final result = await safeLaunchUrl(href);
|
||||
|
|
|
|||
Loading…
Reference in a new issue