Skip to content

Commit

Permalink
rename fetch suite to fetchsync
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jun 12, 2024
1 parent c03dbed commit c35f466
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/integration/handlers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { handler as btoa } from './btoa/btoa.js';
export { handler as performance } from './performance/performance.js';
export { handler as crypto } from './crypto/crypto.js';
export { handler as fetch } from './fetch/fetch.js';
export { handler as fetchsync } from './fetchsync/fetchsync.js';
export { handler as timers } from './timers/timers.js';
2 changes: 1 addition & 1 deletion tests/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ test_e2e(tla-runtime-resolve)
test_integration(btoa)
test_integration(performance)
test_integration(crypto)
test_integration(fetch)
test_integration(fetchsync)
test_integration(timers)

0 comments on commit c35f466

Please sign in to comment.