Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: align webpack tests #4337

Merged
merged 1 commit into from
Oct 17, 2023
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
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
// var supportsWorker = require("../../../helpers/supportsWorker");

// module.exports = function (config) {
// return supportsWorker();
// };

module.exports = () => {return false}
module.exports = () => 'block by treeshaking issue https://github.com/web-infra-dev/rspack/issues/4336'
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'splitted chunk ids should be the same as webpack https://github.com/web-infra-dev/rspack/issues/4334'
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'not support automaticNameDelimiter https://github.com/web-infra-dev/rspack/issues/4335'
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'not support function type of splitChunks https://github.com/web-infra-dev/rspack/issues/4333'

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'should emit error if entry point and splitted chunk have the same name https://github.com/web-infra-dev/rspack/issues/4332'

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'should support object type minSize https://github.com/web-infra-dev/rspack/issues/4331'

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'jest node env blocks'
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => 'no js splitChunks plugin'

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => "hang by unknown reasons https://github.com/web-infra-dev/rspack/issues/4342"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => "hang by unknown reasons https://github.com/web-infra-dev/rspack/issues/4342"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = () => {return false}
module.exports = () => "hang by unknown reasons https://github.com/web-infra-dev/rspack/issues/4342"
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = () => {return false}
const { FilteredStatus } = require("../../../lib/util/filterUtil")

module.exports = () => [FilteredStatus.PARTIAL_PASS, 'not have the same name for splitted chunk with webpack https://github.com/web-infra-dev/rspack/issues/4334']

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading