Skip to content

Commit cd487d1

Browse files
committed
test: fix tests, improve readme
1 parent 22156f5 commit cd487d1

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# SPARQL Studio
22

3-
SPARQL Studio is a SPARQL query editor and results viewer for the web. It is a fork of
4-
[Yasgui](https://github.com/zazuko/Yasgui) and stays compatible with all existing Yasr result-view plugins.
3+
SPARQL Studio is a SPARQL query editor and results viewer for the web. It is a fork of [Yasgui](https://github.com/zazuko/Yasgui) and stays compatible with all existing Yasr result-view plugins.
54

65
Useful links:
76

8-
- Documentation: https://sparql.studio/docs/introduction
9-
- Live demo: https://sparql.studio
10-
- Source code: https://github.com/rdfjs/Yasgui
7+
- Live demo: [sparql.studio](https://sparql.studio)
8+
- Documentation: [sparql.studio/docs/introduction](https://sparql.studio/docs/introduction)
9+
- Source code: [github.com/rdfjs/Yasgui](https://github.com/rdfjs/Yasgui)
1110

1211
## Packages
1312

@@ -52,7 +51,6 @@ Run `npm run build`. It stores the transpiled js/css files in the `build` direct
5251

5352
## License
5453

55-
SPARQL Studio is a fork of [Yasgui](https://github.com/zazuko/Yasgui) (maintained by Zazuko,
56-
originally written by Triply).
54+
SPARQL Studio is a fork of [Yasgui](https://github.com/TriplyDB/Yasgui/) maintained by Zazuko, originally written by Triply.
5755

5856
This code is released under the MIT license.

test/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("Yasqe", function () {
3636
});
3737

3838
beforeEach(async () => {
39-
page = await getPage(browser, "yasqe.html");
39+
page = await getPage(browser, "editor.html");
4040
await page.evaluate(() => localStorage.clear());
4141
// Wait for the Monaco editor async init to finish (editor is created in initEditor() which is not awaited in the constructor)
4242
await page.waitForFunction(() => !!(window as any).yasqe?.editor, { timeout: 15000 });

0 commit comments

Comments
 (0)