Skip to content

Commit

Permalink
feat: remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr committed Sep 16, 2024
1 parent 4cae665 commit badf3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rdf-connect/processor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("Tests for js:LdesClient processor", async () => {

const baseIRI = process.cwd() + "/config.ttl";

test.only("js:LdesClient is properly defined", async () => {
test("js:LdesClient is properly defined", async () => {
const proc = `
[ ] a js:LdesClient;
js:output <jw>;
Expand Down

0 comments on commit badf3be

Please sign in to comment.