From b6ae16dc40c1c3263e5d0364c30a92c2394c09d9 Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 9 Dec 2024 09:54:49 -0500 Subject: [PATCH] fix index file --- packages/e2e.sandbox.catchall/src/index.ts | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/e2e.sandbox.catchall/src/index.ts b/packages/e2e.sandbox.catchall/src/index.ts index d3a42b3df..76b215c38 100644 --- a/packages/e2e.sandbox.catchall/src/index.ts +++ b/packages/e2e.sandbox.catchall/src/index.ts @@ -35,40 +35,40 @@ const testSubscriptions = false; async function runTests() { try { - // await checkUnstableBulkLinks(); + await checkUnstableBulkLinks(); - // if (runOld) { - // await runLegacyExamples(); - // } - // if (testSubscriptions) { - // runSubscriptionsTest(); + if (runOld) { + await runLegacyExamples(); + } + if (testSubscriptions) { + runSubscriptionsTest(); - // // we don't need the console flooded with additional things - // return; - // } + // we don't need the console flooded with additional things + return; + } - // const datasetRid = - // "ri.foundry.main.dataset.58070dbb-dd3b-4c82-b012-9c2f8a13dd83"; - // await runFoundrySdkClientVerificationTest(datasetRid); + const datasetRid = + "ri.foundry.main.dataset.58070dbb-dd3b-4c82-b012-9c2f8a13dd83"; + await runFoundrySdkClientVerificationTest(datasetRid); - // await runInterfacesTest(); + await runInterfacesTest(); - // // only works in default ontology - // await runGeoQueriesTest(); + // only works in default ontology + await runGeoQueriesTest(); - // await runAssignEmployeeToVentureTest(); + await runAssignEmployeeToVentureTest(); - // await runAggregationsTest(); + await runAggregationsTest(); - // await runAggregationGroupByDatesTest(); + await runAggregationGroupByDatesTest(); - // await runQueriesTest(); + await runQueriesTest(); - // if (runOld) await typeChecks(client); + if (runOld) await typeChecks(client); - // await runTimeseriesTest(); + await runTimeseriesTest(); - // await runGeotimeSeriesReferenceTests(); + await runGeotimeSeriesReferenceTests(); await runStructsTest(); } catch (e) {