mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-04-29 00:58:08 -05:00
* cleanup: Removes JSON array parsing. JSON is a subset of YAML, making it redundant. * ci: add tests for parseInputArray. Makes tools into a function to be able to mock it. It does not need to be exported. * Update runner version --------- Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
};
|