MCPcopy
hub / github.com/prisma/prisma / skip

Function skip

packages/client/tests/functional/extensions/result.ts:599–604  ·  view source on GitHub ↗
(when, suiteConfig)

Source from the content-addressed store, hash-verified

597 },
598 {
599 skip(when, suiteConfig) {
600 when(
601 suiteConfig.previewFeatures?.includes('relationJoins') === true,
602 'https://github.com/prisma/prisma/issues/22971',
603 )
604 },
605 skipDriverAdapter: {
606 from: [AdapterProviders.JS_LIBSQL],
607 reason: 'js_libsql: SIGABRT due to panic in libsql (not yet implemented: array)', // TODO: ORM-867

Callers 1

tests.tsFile · 0.50

Calls 1

includesMethod · 0.80

Tested by

no test coverage detected