Skip to content

Commit

Permalink
fix index file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Dec 9, 2024
1 parent a8be10e commit b6ae16d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions packages/e2e.sandbox.catchall/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b6ae16d

Please sign in to comment.