Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 5665025

Browse files
author
yona3
committed
🚚 Rename jest config file
1 parent aab7136 commit 5665025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎jest.config.ts renamed to ‎jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
roots: ["<rootDir>/src"],
33
testMatch: ["**/__tests__/**/*.+(ts|js)", "**/?(*.)+(spec|test).+(ts|js)"],
44
transform: {

0 commit comments

Comments
 (0)