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
Copy file name to clipboardExpand all lines: test/__snapshots__/test.js.snap
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,31 @@ Object {
98
98
}
99
99
`;
100
100
101
+
exports[`broccoli-uglify-sourcemap on error rejects with BuildError 1`] =`Object {}`;
102
+
103
+
exports[`broccoli-uglify-sourcemap on error rejects with BuildError async 1`] =`Object {}`;
104
+
105
+
exports[`broccoli-uglify-sourcemap on error shuts down the workerpool 1`] =`Object {}`;
106
+
107
+
exports[`broccoli-uglify-sourcemap shuts down the workerpool 1`] =`
108
+
Object {
109
+
"inside": Object {
110
+
"with-upstream-sourcemap.js": "function meaningOfLife(){throw new Error(42)}function boom(){throw new Error(\\"boom\\")}function somethingElse(){throw new Error(\\"somethignelse\\")}function fourth(){throw new Error(\\"fourth\\")}function third(){throw new Error(\\"ohno\\")}
0 commit comments