Skip to content

Commit

Permalink
✅ Fix test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Apr 3, 2021
1 parent b6609f4 commit 3c94d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe('Snapshot Server', () => {
'logger.remote(() => ws)',
" .then(() => logger('remote-sdk').info('whoa'))",
' .then(() => setTimeout(() => ws.close(), 100));'
].join('\n') + '"', (err, stdout, stderr) => {
].join('') + '"', (err, stdout, stderr) => {
if (!err) resolve([stdout, stderr]);
else reject(err);
});
Expand Down

0 comments on commit 3c94d7e

Please sign in to comment.