Skip to content

Commit 2ce9526

Browse files
committed
Fix Wasmtime PHP asset CI checks
1 parent 2b25a8a commit 2ce9526

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ packages/php-wasm/compile/libz/zlib-src linguist-vendored
88
packages/php-wasm/node/public/ linguist-generated=true
99
packages/php-wasm/node-builds/*/asyncify/** linguist-generated=true -diff -text
1010
packages/php-wasm/node-builds/*/jspi/** linguist-generated=true -diff -text
11+
packages/php-wasm/node-builds/*/wasmtime-async/** linguist-generated=true -diff -text
1112
packages/php-wasm/node/src/test/test-data/ linguist-generated=true
1213
packages/php-wasm/web-builds/*/asyncify/** linguist-generated=true -diff -text
1314
packages/php-wasm/web-builds/*/jspi/** linguist-generated=true -diff -text
15+
packages/php-wasm/web-builds/*/wasmtime-async/** linguist-generated=true -diff -text
1416
packages/playground/sync/src/test/wp-* linguist-generated=true
1517
packages/playground/remote/public/wp-* linguist-generated=true -diff
1618
packages/playground/remote/src/wordpress linguist-generated=true -diff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('socket timeout support', () => {
6161
),
6262
];
6363

64-
expect(loaderFiles).toHaveLength(32);
64+
expect(loaderFiles).toHaveLength(33);
6565

6666
for (const loaderFile of loaderFiles) {
6767
const loader = readFileSync(loaderFile, 'utf8');

0 commit comments

Comments
 (0)