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 ac4ce44 commit f848132Copy full SHA for f848132
integration-tests/tests/utils/is-config.test.ts
@@ -178,7 +178,7 @@ describe('Rejects drivers', (it) => {
178
// expect(isConfig(cl)).toEqual(false);
179
// });
180
181
- it('vercel:Client', async () => {
+ it.skip('vercel:Client', async () => {
182
const cl = vcClient({
183
connectionString: process.env['NEON_CONNECTION_STRING'],
184
});
@@ -372,7 +372,7 @@ describe('Accepts drivers in .client', (it) => {
372
// expect(isConfig({client:cl})).toEqual(true);
373
374
375
376
377
378
0 commit comments