feat(core-testing): RecordingLogger + ./instrumentation subpath
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
".": "./src/index.ts",
|
||||
"./factory": "./src/factory/index.ts",
|
||||
"./contract": "./src/contract/index.ts",
|
||||
"./instrumentation": "./src/instrumentation/index.ts",
|
||||
"./react": "./src/react/index.ts",
|
||||
"./payload": "./src/payload/index.ts",
|
||||
"./payload/stub-config": "./src/payload/stub-config.ts",
|
||||
@@ -20,6 +21,7 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@repo/core-shared": "workspace:*",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.0",
|
||||
|
||||
Reference in New Issue
Block a user