Skip to content

Commit 1881dae

Browse files
committed
chore: assert
1 parent d8bea72 commit 1881dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/cts/runCts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { assertValidAccountCopyIndex } from './testServer/accountCopyIndex.ts';
99
import { printBenchmarkReport } from './testServer/benchmark.ts';
1010
import { assertChunkWrapperValid } from './testServer/chunkWrapper.ts';
1111
import { startTestServer } from './testServer/index.ts';
12+
import { assertPushMockValid } from './testServer/pushMock.ts';
1213
import { assertValidReplaceAllObjects } from './testServer/replaceAllObjects.ts';
1314
import { assertValidReplaceAllObjectsFailed } from './testServer/replaceAllObjectsFailed.ts';
1415
import { assertValidReplaceAllObjectsScopes } from './testServer/replaceAllObjectsScopes.ts';
@@ -157,6 +158,7 @@ export async function runCts(
157158
assertValidReplaceAllObjectsFailed(languages.length - skip('dart'));
158159
assertValidReplaceAllObjectsScopes(languages.length - skip('dart'));
159160
assertValidWaitForApiKey(languages.length - skip('dart'));
161+
assertPushMockValid(only('javascript') + only('go') + only('python'));
160162
}
161163
if (withBenchmarkServer) {
162164
printBenchmarkReport();

0 commit comments

Comments
 (0)