Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions test/e2e/url-imports/next.lock/lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"integrity": "sha512-orh6tVnh1jjxWNNLduiv0pUcW0guzwTmy52JQGdz4D2LL2IgIlJaC0w4+YBtIBXa2kKGho839WgGAK0sC0Folw==",
"contentType": "application/javascript; charset=UTF-8"
},
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=image": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssg": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssr": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=static": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=image": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=ssg": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=ssr": "no-cache",
"https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=static": "no-cache",
"version": 1
}
2 changes: 1 addition & 1 deletion test/e2e/url-imports/pages/css.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.main {
background: url('https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png');
background: url('https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png');
background-size: contain;
width: 300px;
height: 300px;
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/url-imports/pages/image.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from 'next/image'
import logo from 'https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=image'
import logo from 'https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=image'

export default () => (
<div>
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/url-imports/pages/ssg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import value from 'http://localhost:12345/value1.js'

const url = new URL(
'https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssg',
'https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=ssg',
import.meta.url
)

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/url-imports/pages/ssr.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import value from 'http://localhost:12345/value2.js'

const url = new URL(
'https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=ssr',
'https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=ssr',
import.meta.url
)

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/url-imports/pages/static.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import value from 'http://localhost:12345/value3.js'

const url = new URL(
'https://github.com/vercel/next.js/raw/canary/test/integration/url/public/vercel.png?_=static',
'https://github.com/vercel/next.js/raw/canary/test/e2e/url-imports/public/vercel.png?_=static',
import.meta.url
)

Expand Down
2 changes: 2 additions & 0 deletions test/production/next-server-nft/next-server-nft.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
"/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js",
"/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js",
"/node_modules/next/dist/compiled/react-is/index.js",
"/node_modules/next/dist/compiled/safe-stable-stringify/index.js",
"/node_modules/next/dist/compiled/send/index.js",
"/node_modules/next/dist/compiled/source-map/source-map.js",
"/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js",
Expand Down Expand Up @@ -239,6 +240,7 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
"/node_modules/next/dist/compiled/babel-code-frame/index.js",
"/node_modules/next/dist/compiled/babel/code-frame.js",
"/node_modules/next/dist/compiled/next-server/server.runtime.prod.js",
"/node_modules/next/dist/compiled/safe-stable-stringify/index.js",
"/node_modules/next/dist/compiled/source-map/source-map.js",
"/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js",
"/node_modules/next/dist/compiled/ws/index.js",
Expand Down
Loading