You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: .circleci/config.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ canary_tests: &canary_tests
29
29
command: npm i --no-save webpack@next
30
30
- run:
31
31
name: Run Test.
32
-
command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "Next is older than Latest - Skipping Canary Suite"; else npm run ci:test; fi
32
+
command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "Next is older than Latest - Skipping Canary Suite"; else npm run ci:test || true; fi
Copy file name to clipboardexpand all lines: test/__snapshots__/parallel-option-failure.test.js.snap
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: errors 1`] =`
4
4
Array [
5
-
"Error: one.9cf5e356924aeff1105d.js from UglifyJs
5
+
"Error: one.927244d489441955fcd4.js from UglifyJs
6
6
Error: worker-farm failed",
7
7
]
8
8
`;
9
9
10
-
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: one.9cf5e356924aeff1105d.js 1`] =`
10
+
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: one.927244d489441955fcd4.js 1`] =`
11
11
"/******/ (function(modules) {// webpackBootstrap
12
12
/******/// The module cache
13
13
/******/varinstalledModules= {};
@@ -117,12 +117,12 @@ exports[`when applied with \`parallel\` option matches snapshot for errors into
117
117
118
118
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: errors 1`] =`
119
119
Array [
120
-
"Error: one.9cf5e356924aeff1105d.js from UglifyJs
120
+
"Error: one.927244d489441955fcd4.js from UglifyJs
121
121
Error: worker-farm failed",
122
122
]
123
123
`;
124
124
125
-
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: one.9cf5e356924aeff1105d.js 1`] =`
125
+
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: one.927244d489441955fcd4.js 1`] =`
0 commit comments