Skip to content

Commit baf75a7

Browse files
committed
test(project): Add case for dependency content changes
This test should cover a scenario with an application depending on a library. Specifically, we're directly modifying the contents of the library which should have effects on the application because a custom task will detect it and modify the application's resources. The application is expected to get rebuilt.
1 parent 5531cd9 commit baf75a7

36 files changed

Lines changed: 707 additions & 0 deletions

File tree

packages/project/test/fixtures/application.a2/node_modules/collection/library.a/package.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.a/src/library/a/.library

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.a/src/library/a/themes/base/library.source.less

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.a/test/library/a/Test.html

Whitespace-only changes.

packages/project/test/fixtures/application.a2/node_modules/collection/library.a/ui5.yaml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.b/package.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.b/src/library/b/.library

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.b/test/library/b/Test.html

Whitespace-only changes.

packages/project/test/fixtures/application.a2/node_modules/collection/library.b/ui5.yaml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/test/fixtures/application.a2/node_modules/collection/library.c/package.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)