Skip to content

Commit 53a2d5e

Browse files
committed
Date input part 2 & style changes
1 parent 89e8245 commit 53a2d5e

14 files changed

+8220
-1440
lines changed

jest.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
preset: "ts-jest",
3+
testEnvironment: "jsdom",
4+
moduleDirectories: ["node_modules", "src"],
5+
};

0 commit comments

Comments
 (0)