Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests #18

Merged
merged 7 commits into from
Oct 11, 2023
Merged

Fix integration tests #18

merged 7 commits into from
Oct 11, 2023

Conversation

mnkiefer
Copy link
Contributor

@mnkiefer mnkiefer commented Oct 11, 2023

  • Proper loading of cds plugin and its model in integration tests needs:
cds.env.plugins["@cap-js/change-tracking"] = {
    "impl": require("path").join(__dirname, "../../cds-plugin.js")
}
cds.env.roots.push("../../");
  • Will revisit later, but for now: Tests need to be green ☺️

@mnkiefer mnkiefer requested a review from sjvans October 11, 2023 10:36
@mnkiefer mnkiefer merged commit 9271d3f into main Oct 11, 2023
@mnkiefer mnkiefer deleted the fixTests branch October 11, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants