UNPKG

@imjano/get_object_in_object

Version:

Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.

10 lines (9 loc) 219 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleFileExtensions: ['ts', 'tsx', 'js'], testMatch: ['**/__tests__/**/*.test.(ts|tsx)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, }