@inrupt/solid-client / thing/mock
Module: thing/mock#
Functions#
mockThingFrom#
▸ mockThingFrom(url
): ThingPersisted
Function for use in unit tests to mock a Thing with a given URL.
Warning: do not use this function in actual production code. This function initialises a new empty Thing and sets its URL to a given URL. This is useful to mock a Thing in tests of code that call e.g. asUrl.
Since
0.2.0
Parameters#
Name |
Type |
Description |
---|---|---|
|
|
The URL that the mocked Thing pretends identifies it. |
Returns#
A new Thing, pretending to be identified by the given URL.
Defined in#
src/thing/mock.ts:37