Skip to content

Commit

Permalink
adding more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW committed Jun 28, 2023
1 parent 69dc6a0 commit b949299
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const createProject = (type: string) => {
name: type,
color: "yellow",
},
testRegex: [`(/test/${type}/.*(test|spec))\\.[tj]sx?$`],
testRegex: [`/test/${type}/.*test\\.[tj]sx?$`],
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: "<rootDir>/packages/" }) as any,
roots: [path.resolve(".")],
globals: {
Expand Down
Loading

0 comments on commit b949299

Please sign in to comment.