UNPKG

@imjano/compare_2_objects

Version:

This function compare deeply 2 objects and returns true if the objects are identical

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', }, }