Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit e9c916f

Browse files
authored
chore: reorganize test forlder for support VS Code commad Dart: Go to Test/Implementation File (#527)
* chore: reorganize test forlder for support VS Code commad Dart: Go to Test/Implementation File https://dartcode.org/docs/commands/#dart-go-to-testimplementation-file * chore: update changelog * fix: resolve example path
1 parent 1759814 commit e9c916f

File tree

191 files changed

+12
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import 'package:dart_code_metrics/src/analyzers/lint_analyzer/models/severity.da
99
import 'package:dart_code_metrics/src/utils/node_utils.dart';
1010
import 'package:test/test.dart';
1111

12+
import '../../../../../../stubs_builders.dart';
1213
import '../../../../../helpers/anti_patterns_test_helper.dart';
13-
import '../../../../../stubs_builders.dart';
1414

1515
const _examplePath = 'long_method/examples/example.dart';
1616
const _widgetExamplePath = 'long_method/examples/widget.dart';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import 'package:dart_code_metrics/src/analyzers/lint_analyzer/models/severity.da
99
import 'package:dart_code_metrics/src/utils/node_utils.dart';
1010
import 'package:test/test.dart';
1111

12+
import '../../../../../../stubs_builders.dart';
1213
import '../../../../../helpers/anti_patterns_test_helper.dart';
13-
import '../../../../../stubs_builders.dart';
1414

1515
const _examplePath = 'long_parameter_list/examples/example.dart';
1616

0 commit comments

Comments
 (0)