mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #29655 from overleaf/em-record-replay-github-tests
Do not make real calls to GitHub during acceptance tests GitOrigin-RevId: 83efaaa2a1abe960ecebf5e09288a4bcadf013e1
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -15663,6 +15663,7 @@
|
||||
"resolved": "https://registry.npmjs.org/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.6.tgz",
|
||||
"integrity": "sha512-jdJG7oncmSHZAtVMmRgOxh5A56b7G8H9ULlk/ZaVJ+jNrlFXhLmPpx8OQoSF4Cuq2ugdiWmwmAjFXHStcpY3Mw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@pollyjs/adapter": "^6.0.6",
|
||||
"@pollyjs/utils": "^6.0.6",
|
||||
@@ -15675,6 +15676,7 @@
|
||||
"resolved": "https://registry.npmjs.org/@pollyjs/core/-/core-6.0.6.tgz",
|
||||
"integrity": "sha512-1ZZcmojW8iSFmvHGeLlvuudM3WiDV842FsVvtPAo3HoAYE6jCNveLHJ+X4qvonL4enj1SyTF3hXA107UkQFQrA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@pollyjs/utils": "^6.0.6",
|
||||
"@sindresorhus/fnv1a": "^2.0.1",
|
||||
@@ -15732,6 +15734,7 @@
|
||||
"resolved": "https://registry.npmjs.org/@pollyjs/persister-fs/-/persister-fs-6.0.6.tgz",
|
||||
"integrity": "sha512-/ALVgZiH2zGqwLkW0Mntc0Oq1v7tR8LS8JD2SAyIsHpnSXeBUnfPWwjAuYw0vqORHFVEbwned6MBRFfvU/3qng==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@pollyjs/node-server": "^6.0.6",
|
||||
"@pollyjs/persister": "^6.0.6"
|
||||
@@ -57090,6 +57093,9 @@
|
||||
"devDependencies": {
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"@overleaf/migrations": "*",
|
||||
"@pollyjs/adapter-node-http": "^6.0.6",
|
||||
"@pollyjs/core": "^6.0.6",
|
||||
"@pollyjs/persister-fs": "^6.0.6",
|
||||
"chai": "^4.3.6",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"mocha": "^11.1.0",
|
||||
|
||||
Reference in New Issue
Block a user