Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings committed Aug 1, 2022
1 parent 6b9ef49 commit 86d1513
Show file tree
Hide file tree
Showing 4 changed files with 2,544 additions and 2,791 deletions.
22 changes: 22 additions & 0 deletions server/jest.config.ts
@@ -0,0 +1,22 @@
import type { InitialOptionsTsJest } from 'ts-jest';

const configuration: InitialOptionsTsJest = {
// extensionsToTreatAsEsm: ['.ts'],
// globals: {
// 'ts-jest': {
// useESM: true,
// },
// },
// moduleNameMapper: {
// '^(\\.{1,2}/.*)\\.mjs$': '$1',
// },
preset: 'ts-jest',
// preset: 'ts-jest/presets/default-esm',
// testEnvironment: 'node',
// transform: {
// '\\.mjs$': 'ts-jest',
// '\\.mts$': 'ts-jest',
// },
};

export default configuration;

0 comments on commit 86d1513

Please sign in to comment.