|
27 | 27 | "lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
|
28 | 28 | "clean": "rm -rf .turbo dist/",
|
29 | 29 | "prepack": "yarn build",
|
30 |
| - "test": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%", |
31 |
| - "test:watch": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts", |
32 |
| - "test:single": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000", |
33 |
| - "test:integration": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%", |
| 30 | + "test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%", |
| 31 | + "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts", |
| 32 | + "test:single": "NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000", |
| 33 | + "test:int": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%", |
| 34 | + "test:standard:unit": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.test.ts --testTimeout 100000 --maxWorkers=50%", |
| 35 | + "test:standard:int": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%", |
| 36 | + "test:standard": "yarn test:standard:unit && yarn test:standard:int", |
34 | 37 | "format": "prettier --config .prettierrc --write \"src\"",
|
35 | 38 | "format:check": "prettier --config .prettierrc --check \"src\"",
|
36 | 39 | "move-cjs-to-dist": "yarn lc-build --config ./langchain.config.js --move-cjs-dist",
|
|
45 | 48 | },
|
46 | 49 | "devDependencies": {
|
47 | 50 | "@jest/globals": "^29.5.0",
|
| 51 | + "@langchain/google-common": "latest", |
48 | 52 | "@langchain/scripts": "~0.0.14",
|
| 53 | + "@langchain/standard-tests": "0.0.0", |
49 | 54 | "@swc/core": "^1.3.90",
|
50 | 55 | "@swc/jest": "^0.2.29",
|
51 | 56 | "@tsconfig/recommended": "^1.0.3",
|
|
0 commit comments