Skip to content

Commit 10733a2

Browse files
committed
test: updates
1 parent d67acff commit 10733a2

File tree

5 files changed

+1177
-60
lines changed

5 files changed

+1177
-60
lines changed

src/__tests__/__snapshots__/server.tools.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
exports[`composeTools should handle IPC errors gracefully: warn 1`] = `
44
[
55
[
6-
"Failed to resolve file path: ./test-module.js TypeError: {(intermediate value)}.resolve is not a function",
6+
"Failed to resolve file path: ./test-module.js: TypeError: {(intermediate value)}.resolve is not a function",
77
],
88
]
99
`;
1010

1111
exports[`composeTools should handle spawn errors gracefully: warn 1`] = `
1212
[
1313
[
14-
"Failed to resolve file path: ./test-module.js TypeError: {(intermediate value)}.resolve is not a function",
14+
"Failed to resolve file path: ./test-module.js: TypeError: {(intermediate value)}.resolve is not a function",
1515
],
1616
]
1717
`;
1818

1919
exports[`composeTools should log warnings and errors from load: warn 1`] = `
2020
[
2121
[
22-
"Failed to resolve file path: ./test-module.js TypeError: {(intermediate value)}.resolve is not a function",
22+
"Failed to resolve file path: ./test-module.js: TypeError: {(intermediate value)}.resolve is not a function",
2323
],
2424
]
2525
`;

0 commit comments

Comments
 (0)