Browse Source

chore: pnpm-lock sync

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/9499/head
Pranav C 2 months ago
parent
commit
e3395214df
  1. 4
      .github/workflows/jest-unit-test.yml
  2. 0
      packages/nc-secret-mgr/dist/cli.js
  3. 2
      packages/nocodb/jest.config.js
  4. 19
      packages/nocodb/package.json
  5. 1070
      pnpm-lock.yaml

4
.github/workflows/jest-unit-test.yml

@ -55,8 +55,8 @@ jobs:
- name: build nocodb-sdk
working-directory: ./packages/nocodb-sdk
run: |
pnpm run generate:sdk:ee
pnpm run build:ee:main
pnpm run generate:sdk
pnpm run build:main
- name: run unit tests
working-directory: ./packages/nocodb
run: pnpm run test

0
packages/nc-secret-mgr/dist/cli.js vendored

2
packages/nocodb/jest.config.js

@ -34,7 +34,7 @@ module.exports = {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: 'tsconfig.ee.json',
tsconfig: 'tsconfig.json',
},
],
},

19
packages/nocodb/package.json

@ -27,7 +27,7 @@
"start": "pnpm run watch:run",
"start:prod": "node docker/main",
"lint": "eslint \"src/**/*.ts\" --fix",
"test": "jest",
"test": "jest --runInBand --forceExit",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
@ -196,22 +196,5 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"webpack-cli": "^5.1.4"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}

1070
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save