Closed PaulREnglish closed 3 months ago
Issue: https://github.com/bigbite/build-tools/issues/108
Addresses https://github.com/bigbite/build-tools/issues/108. Adds Node 20 compatibility to build tools including:
eslint-plugin-jsdoc
mock-fs
memfs
unionfs
node_modules
Issue Number
Issue: https://github.com/bigbite/build-tools/issues/108
Description
Addresses https://github.com/bigbite/build-tools/issues/108. Adds Node 20 compatibility to build tools including:
Change Log
eslint-plugin-jsdoc
package to 48.8.3mock-fs
to fixes issue where jest tests were failing in Node 20 (see https://github.com/tschaub/mock-fs/issues/384)memfs
andunionfs
to mock the file system.Notes
node_modules
file as the test all passes without it.