Skip to content

Commit

Permalink
refactor: move tests to a seperate folder
Browse files Browse the repository at this point in the history
Signed-off-by: theanmolsharma <anmolsharma0234@gmail.com>
  • Loading branch information
theanmolsharma committed Oct 7, 2023
1 parent 9ab6600 commit 59bab8e
Show file tree
Hide file tree
Showing 13 changed files with 1,448 additions and 1,433 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
verbose: true,
testEnvironment: 'node',
rootDir: '.',
roots: ['<rootDir>/src/'],
roots: ['<rootDir>/test/'],
testRegex: '.*\\.spec\\.ts$',
transform: {
'^.+\\.(t|j)s$': 'ts-jest',
Expand Down
93 changes: 0 additions & 93 deletions src/encoding.spec.ts

This file was deleted.

Loading

0 comments on commit 59bab8e

Please sign in to comment.