view src/json_ld_quads.test.ts @ 20:9ec3cbc8791a

build is running, but no tests, and lots of code is disabled
author drewp@bigasterisk.com
date Fri, 13 Dec 2019 01:18:00 -0800
parents 94629c39681c
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')
// //     });
// });