import "./testdata/tests_export" as $exportData; include "journalUtils"; include "testLib"; def testsMain: expectPassed(runTest( "invalid input to experienceByTitle"; ( {} | experienceByTitle("Test") ); . == "experienceByTitle takes a array of experiences as input"; true )) | "Tests Passed\n" | halt_error(0);