teable/.npmrc
tea artist 43fab8d4ac
teat: backend vitest (#311)
* test: change nextjs-app from jest to vitest

* test: change packages from jest to vitest

* fix: remove error jest types

* test: run backend e2e with vitest

* test: remove all jest

* fix: duplicate provider

* test: optimize test setting
2023-12-25 21:43:23 +08:00

8 lines
210 B
Plaintext

engine-strict=true
strict-peer-dependencies=false
auto-install-peers=true
lockfile=true
registry=https://registry.npmjs.org/
save-prefix=''
# http-proxy=http://127.0.0.1:7890
# https-proxy=http://127.0.0.1:7890