Compare commits

..

No commits in common. "900e92553148bc338005c8c20c6f278cdf4f9b72" and "fd4cd082191e92122cc175b92b75bfdd74e01b83" have entirely different histories.

4 changed files with 8 additions and 3632 deletions

View file

@ -6,10 +6,9 @@ steps:
- name: test - name: test
image: node:16 image: node:16
commands: commands:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
- node ./test-server/node-http.js & - node ./test-server/node-http.js &
- pnpm install - npm install
- pnpm run test:nowatch - npm run test:nowatch
--- ---
kind: pipeline kind: pipeline
@ -19,7 +18,6 @@ steps:
- name: test - name: test
image: node image: node
commands: commands:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
- node ./test-server/node-http.js & - node ./test-server/node-http.js &
- pnpm install - npm install
- pnpm run test:nowatch - npm run test:nowatch

View file

@ -11,21 +11,7 @@ trigger:
pool: pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
variables:
pnpm_config_cache: $(Pipeline.Workspace)/.pnpm-store
steps: steps:
- task: Cache@2
inputs:
key: 'pnpm | "$(Agent.OS)" | pnpm-lock.yaml'
path: $(pnpm_config_cache)
displayName: Cache pnpm
- script: |
curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpm"
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSpec: '16.x' versionSpec: '16.x'
@ -35,8 +21,8 @@ steps:
node --version node --version
node ./test-server/node-http.js & node ./test-server/node-http.js &
jobs jobs
pnpm i npm ci
pnpm run test:nowatch npm run test:nowatch
kill -2 %1 2>/dev/null kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 16.x LTS' displayName: 'Test on Node.js 16.x LTS'
@ -49,7 +35,7 @@ steps:
node --version node --version
node ./test-server/node-http.js & node ./test-server/node-http.js &
jobs jobs
pnpm i npm ci
pnpm run test:nowatch npm run test:nowatch
kill -2 %1 2>/dev/null kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 18.x Latest' displayName: 'Test on Node.js 18.x Latest'

View file

@ -20,7 +20,6 @@
"react-svg-pan-zoom": "^3.11.0" "react-svg-pan-zoom": "^3.11.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/dom": "^8.16.1",
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0", "@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.1", "@testing-library/user-event": "^14.4.1",

3607
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff