mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-20 15:38:23 +00:00
* refactored updateoperation * adds unit test for generating the request body for update operation * fixes array methods for looping over the array
6 lines
No EOL
150 B
JavaScript
6 lines
No EOL
150 B
JavaScript
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
rootDir: '.',
|
|
}; |