Mercurial > code > home > repos > streamed-graph
view src/json_ld_quads.test.ts @ 72:d5f9ebc5edb7
dead end
author | drewp@bigasterisk.com |
---|---|
date | Tue, 11 Feb 2020 21:41:48 -0800 |
parents | 9ec3cbc8791a |
children | 45ed53428e74 |
line wrap: on
line source
//import { eachJsonLdQuad } from './json_ld_quads'; // describe("eachJsonLdQuad", () => { // test("finds multiple graphs", () => { // }); // // test("returns quads", async () => { // // let results = []; // // await eachJsonLdQuad([ // // { // // "@id": "http://example.com/g1", // // "@graph": [{ // // "@id": "http://example.com/s1", // // "http://example.com/p1": [{ "@value": "lit1" }] // // }], // // } // // ], results.push); // // expect(results).toEqual('f') // // }); // });