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

Use @rdfjs/types for RDF types instead of rdf-js #47

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Use @rdfjs/types for RDF types instead of rdf-js #47

merged 1 commit into from
Jan 11, 2024

Conversation

surilindur
Copy link
Contributor

Using jest-rdf in a project that does not include rdf-js itself causes TypeScript compiler errors:

node_modules/jest-rdf/index.d.ts:1:22 - error TS2307: Cannot find module 'rdf-js' or its corresponding type declarations.

1 import * as RDF from "rdf-js";
                       ~~~~~~~~

This should fix that.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7489994402

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.851%

Totals Coverage Status
Change from base Build 6622646142: 0.0%
Covered Lines: 130
Relevant Lines: 131

💛 - Coveralls

@rubensworks rubensworks merged commit bbc1018 into rubensworks:master Jan 11, 2024
9 checks passed
@rubensworks
Copy link
Owner

Thanks! Released as 1.8.1.

@surilindur surilindur deleted the chore/update-rdfjs-type-import branch January 11, 2024 14:23
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.

None yet

3 participants