mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 02:30:00 +08:00
Enable logging in tests
It makes it easier to diagnose issues on the CI
This commit is contained in:
@ -15,8 +15,11 @@ import 'package:gitjournal/core/folder/notes_folder_config.dart';
|
||||
import 'package:gitjournal/core/folder/notes_folder_fs.dart';
|
||||
import 'package:gitjournal/core/link.dart';
|
||||
import 'package:gitjournal/utils/link_resolver.dart';
|
||||
import 'lib.dart';
|
||||
|
||||
void main() {
|
||||
setUpAll(gjSetupAllTests);
|
||||
|
||||
late Directory tempDir;
|
||||
late String repoPath;
|
||||
|
||||
|
Reference in New Issue
Block a user