Skip to content

Commit e1bd35e

Browse files
committed
Migrate url tests to e2e
1 parent 0b14eb2 commit e1bd35e

29 files changed

+168
-211
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"http://localhost:12345/value1.js": {
3+
"integrity": "sha512-S1eh3STyIGuRSfoAVU0jhxVY2MoRXSC/JduKMKuATb91ArhG0G2rvRNsGvD2kZo/jENlbrMtWNkzK2dGLgaUfg==",
4+
"contentType": "application/javascript; charset=UTF-8"
5+
},
6+
"http://localhost:12345/value2.js": {
7+
"integrity": "sha512-R4XoB/ZTbRL9FGcM5d3hkxtxmMUXaKNKCqRKZPDy1v7Hh61HPLidPQHga1XMurakZPoJnCC5a5jRdOAagn3LRA==",
8+
"contentType": "application/javascript; charset=UTF-8"
9+
},
10+
"http://localhost:12345/value3.js": {
11+
"integrity": "sha512-xtYaDPwejlXaMwQOdnYldln3wA5UYqIaJXMuCdBmyjgRX3zSKKd/AbGYobURfITmpzkz7U7E5GEK2Ju17qCZkw==",
12+
"contentType": "application/javascript; charset=UTF-8"
13+
},
14+
"http://localhost:12345/value4.js": {
15+
"integrity": "sha512-orh6tVnh1jjxWNNLduiv0pUcW0guzwTmy52JQGdz4D2LL2IgIlJaC0w4+YBtIBXa2kKGho839WgGAK0sC0Folw==",
16+
"contentType": "application/javascript; charset=UTF-8"
17+
},
18+
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png": "no-cache",
19+
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=image": "no-cache",
20+
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssg": "no-cache",
21+
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssr": "no-cache",
22+
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=static": "no-cache",
23+
"version": 1
24+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)