Skip to content

Commit

Permalink
chore: align webpack tests (#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng authored Oct 17, 2023
1 parent fabbec4 commit 0dd89d0
Show file tree
Hide file tree
Showing 25 changed files with 17 additions and 30 deletions.
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.

0 comments on commit 0dd89d0

Please sign in to comment.