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

update tests for stardog v10 #308

Merged
merged 4 commits into from Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 33 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"url": "https://github.com/stardog-union/stardog.js/issues"
},
"dependencies": {
"fetch-ponyfill": "^6.0.0",
"fetch-ponyfill": "^6.1.1",
"flat": "^5.0.2",
"form-data": "^2.2.0",
"isomorphic-base64": "^1.0.2",
Expand Down
6 changes: 6 additions & 0 deletions test/setup-database.js
Expand Up @@ -19,6 +19,12 @@ exports.seedDatabase = (database, options = {}, addlFiles = []) => () => {
index: {
type: 'disk',
},
// override new default value in v10.0.0+ since tests were mostly written before then
reasoning: {
schema: {
graphs: 'tag:stardog:api:context:local',
},
},
}),
{
// Load everything into the DB
Expand Down