๐Ÿ“ฆ hediet / bulk-file-editor

๐Ÿ“„ jest.config.js ยท 6 lines
1
2
3
4
5
6module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testMatch: ['**/*.test.ts'],
};