Skip to content

Commit

Permalink
Mcleanb fix for missing project items (#182)
Browse files Browse the repository at this point in the history
* bump version

* fix missing version

* fix failed tests

* retry for yaml

* bump version

---------

Co-authored-by: blm <[email protected]>
  • Loading branch information
PhotoNomad0 and blm authored Jul 12, 2024
1 parent 0a4f31a commit 8338190
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 12 deletions.
2 changes: 1 addition & 1 deletion __tests__/packageParseHelpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('parseBiblePackage()', () => {
const sourceBible = 'el-x-koine_ugnt';
const PROJECTS_PATH = path.join(ospath.home(), 'resources/import');
const resultsPath = path.join(ospath.home(), 'resources/results');
const expectedError = resourcesHelpers.formatError(grcUgntResource, errors.ERROR_PARSING_BIBLE + ": " + "Cannot read property 'dublin_core' of null");
const expectedError = resourcesHelpers.formatError(grcUgntResource, errors.ERROR_PARSING_BIBLE + ": " + "Cannot read properties of null (reading 'dublin_core')");
fs.__loadFilesIntoMockFs([sourceBible], './__tests__/fixtures', PROJECTS_PATH);
let packagePath = path.join(PROJECTS_PATH, sourceBible);
fs.removeSync(path.join(packagePath, 'manifest.yaml'));
Expand Down
Loading

0 comments on commit 8338190

Please sign in to comment.