(_prefix, value)
| 1931 | test('strictNullHandling works with custom filter', function () { |
| 1932 | // @ts-expect-error |
| 1933 | var filter = function (_prefix, value) { |
| 1934 | return value; |
| 1935 | }; |
| 1936 | |
| 1937 | var options = { strictNullHandling: true, filter: filter }; |
| 1938 | // st.equal(stringify({ key: null }, options), 'key'); |
no outgoing calls
no test coverage detected