Skip to content

Commit ad90d12

Browse files
committed
Test theory about output strings during CI
1 parent cf4fe74 commit ad90d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/php-wasm/node/src/test/php.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ bar1
17231723
php.onMessage(async () => {
17241724
// Simulate getting data asynchronously.
17251725
return await new Promise<string>((resolve, reject) =>
1726-
setTimeout(() => reject('Failure!'), 100)
1726+
setTimeout(() => reject('Something'), 100)
17271727
);
17281728
});
17291729
const out = await php.run({

0 commit comments

Comments
 (0)