Skip to content

Commit

Permalink
Releasing packages with cjs and modules (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre authored Apr 19, 2024
1 parent 40e5f26 commit 2b1479e
Show file tree
Hide file tree
Showing 27 changed files with 1,510 additions and 119 deletions.
4 changes: 0 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import type { Config } from 'jest';
const config: Config = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
transformIgnorePatterns: ['/node_modules/(?!(@usewaypoint)/)'],
transform: {
'^.+\\.(js|jsx|ts|tsx|mjs)$': 'ts-jest',
},
};

export default config;
Loading

0 comments on commit 2b1479e

Please sign in to comment.