File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { assertValidAccountCopyIndex } from './testServer/accountCopyIndex.ts';
99import { printBenchmarkReport } from './testServer/benchmark.ts' ;
1010import { assertChunkWrapperValid } from './testServer/chunkWrapper.ts' ;
1111import { startTestServer } from './testServer/index.ts' ;
12+ import { assertPushMockValid } from './testServer/pushMock.ts' ;
1213import { assertValidReplaceAllObjects } from './testServer/replaceAllObjects.ts' ;
1314import { assertValidReplaceAllObjectsFailed } from './testServer/replaceAllObjectsFailed.ts' ;
1415import { 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 ( ) ;
You can’t perform that action at this time.
0 commit comments