Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Sep 4, 2023
1 parent 77802f1 commit c2f1615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ jobs:
await generateForPackage(
examplePackage,
repoRelativePath: p.relative(examplePackage.path, from: rootDir.path),
// TODO(dnys1): Add example's dependency graph
dependentPackages: [
...dependentPackages,
package,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import 'update_password_test.dart' as update_password_tests;
import 'user_attributes_test.dart' as user_attributes_tests;
import 'version_upgrade_test.dart' as version_upgrade_tests;

// Test
void main() async {
testRunner.setupTests();

Expand Down

0 comments on commit c2f1615

Please sign in to comment.