forked from prisma/prisma-engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix driver adapters tests after migration of driver adapters to prisma (
prisma#4398) * Fix tests * Make * Remove symlinks and use instead parent directory * DRIVER_ADAPTERS_BRANCH=chore/client/adapter-porting-nits add debug to workspace * Build packages in the old directory otherwise @esbuild-register is not found despite being defined as a devDependency within driver adapters @millsp
- Loading branch information
Miguel Fernández
authored
Oct 30, 2023
1 parent
79b5ee0
commit 49b44c5
Showing
7 changed files
with
46 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
query-engine/driver-adapters/connector-test-kit-executor/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"private": true, | ||
"name": "js", | ||
"version": "0.0.2", | ||
"description": "", | ||
"engines": { | ||
"node": ">=16.13", | ||
"pnpm": ">=8.6.6 <9" | ||
}, | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "pnpm -r run build", | ||
"lint": "pnpm -r run lint", | ||
"clean": "git clean -nXd -e !query-engine/driver-adapters" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"devDependencies": { | ||
"@types/node": "^20.5.1", | ||
"tsup": "^7.2.0", | ||
"typescript": "5.2.2", | ||
"esbuild": "0.19.5", | ||
"esbuild-register": "3.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
packages: | ||
- '../../../prisma/packages/adapter-libsql' | ||
- '../../../prisma/packages/adapter-neon' | ||
- '../../../prisma/packages/adapter-pg' | ||
- '../../../prisma/packages/adapter-planetscale' | ||
- '../../../prisma/packages/driver-adapter-utils' | ||
- '../../../prisma/packages/debug' | ||
- './connector-test-kit-executor' |