Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nthskyradiated committed Nov 6, 2024
1 parent d7b76c6 commit a7ef632
Show file tree
Hide file tree
Showing 15 changed files with 2,882 additions and 1,831 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

7 changes: 7 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/src/setupFilesAfterEnv.ts'],
modulePathIgnorePatterns: ['<rootDir>/dist/'],
};
Loading

0 comments on commit a7ef632

Please sign in to comment.