We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73eaf7 commit 802d049Copy full SHA for 802d049
utils/rdflib/src/test-support/mockResponses.spec.ts
@@ -1,7 +1,7 @@
1
import { mockLdpContainer, mockTurtleDocument } from "./mockResponses";
2
3
describe("mockResponses", () => {
4
- describe("mockTurtleResponse", () => {
+ describe(mockTurtleDocument.name, () => {
5
it("mocks a turtle document body", async () => {
6
const fetch = jest.fn();
7
mockTurtleDocument(
@@ -46,7 +46,7 @@ describe("mockResponses", () => {
46
});
47
48
49
- describe("mockLdpContainer", () => {
+ describe(mockLdpContainer.name, () => {
50
it("mocks a container without contents", async () => {
51
52
mockLdpContainer(fetch, "http://container.test/");
0 commit comments