import { assert } from "chai" import { SparqlClient } from "../../src/fdr/sparql-triplestore-client.js" describe("This is a dummy test set", function() { it('Fetches a subject with properties', async () => { debugger assert(true) new SparqlClient('test').select('adfas') enum ENUM { A, B, C } console.log("throwing") throw new Error('hello') }) })